Dynamically invokes a method. This method is implemented for all technology domains that support dynamic invoke.
DynamicInvoke can dynamically invoke all public methods that 4Test defines for the test object. For test objects in a Windows Forms application or a WPF application, DynamicInvoke can additionally invoke public static methods that the MSDN defines and user-defined public static methods of any type.
result = anyWin.DynamicInvoke(methodName, parameters)
| Variable | Description |
|---|---|
| result | The result of the invoked method. Object. |
| methodName | The name of the method. String. |
| parameters | A list of arguments. List Of Object. |