ActionSequenceHelper.GetMatchingSignature
Declaration#
public static MethodInfo GetMatchingSignature(Object component, string methodName, string signature)Parameters#
| Name | Description |
|---|---|
| component | Object to use |
| methodName | Name of the method |
| signature | Signature of the method |
Description#
Get a method from an object with a matching name and signature
Usage#
Example
MethodInfo method = ActionSequenceHelper.GetMatchingSignature(component, methodName, signature);