Table of Contents

Delegate TestModuleActivator.TestModuleFactoryMethod

Namespace
Ranorex.Core.Testing
Assembly
Ranorex.Core.dll

A delegate to a factory method returning a new ITestModule instance.

public delegate ITestModule TestModuleActivator.TestModuleFactoryMethod()

Returns

ITestModule

A new ITestModule instance.

Constructors

TestModuleFactoryMethod(object, IntPtr)

public TestModuleFactoryMethod(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object @object)

Parameters

callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual ITestModule EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Returns

ITestModule

Invoke()

public virtual ITestModule Invoke()

Returns

ITestModule