Method RunMethod
RunMethod(string, object, object[])
When implemented by a class, executes specified method.
object RunMethod(string method, object obj = null, object[] args = null)
Parameters
method
stringName of method to execute.
obj
objectObject, contains method to execute.
args
object[]Array of method's parameters.
Returns
- object
An object containing return value of the executed method.