| Icon | Member | Description |
|---|---|---|
| InvokeMethod(String) |
Invokes the specified method on the control.
| |
| InvokeMethod(String, array<Object>[]()[]) |
Invokes the specified method on the control. All parameters need to be serializable.
| |
| InvokeMethod(BindingFlags, String, array<Object>[]()[]) |
Invokes the specified method on the control. All parameters and the return value need to be serializable.
| |
| InvokeMethod(BindingFlags, String, array<Object>[]()[], Duration) |
Invokes the specified method on the control. All parameters and the return value need to be serializable.
|
