NUnitForms Class Library

ControlTester.Invoke Method 

Convenience method invoker for any nonsupported method on a control to test

[Visual Basic]
Public Function Invoke( _
   ByVal methodName As String, _
   ParamArray args As Object() _
) As Object
[C#]
public object Invoke(
   string methodName,
   params object[] args
);

Parameters

methodName
the name of the method to invoke
args
the arguments to pass into the method

Return Value

Missing <returns> documentation for M:NUnit.Extensions.Forms.ControlTester.Invoke(System.String,System.Object[])

See Also

ControlTester Class | NUnit.Extensions.Forms Namespace