RunMethod Method
RunMethod(String, Object, Object[])
Executes specified method.
Declaration
public virtual object RunMethod(string method, object obj = null, object[] args = null)
Parameters
Type | Name | Description |
---|---|---|
String | method | Name of method to execute. |
Object | obj | Object, contains method to execute. |
Object[] | args | Array of method's parameters. |
Returns
Type | Description |
---|---|
Object | An object containing return value of the executed method. |