ActionSequenceHelper.InvokeMatchingSignature
Declaration#
public static bool InvokeMatchingSignature(Object component, string methodName, string signature, string parameterJson)Parameters#
| Name | Description |
|---|---|
| component | Object to use |
| methodName | Name of the method |
| signature | Signature of the method |
| parameterJson | Parameters to pass |
Description#
Invoke a method on an object with a matching signature
Usage#
Example
ActionSequenceHelper.InvokeMatchingSignature(component, methodName, methodSignature, parameterJson);