RunFunction Method
RunFunction(String, Object[])
When implemented by a class, executes specified function.
Declaration
object RunFunction(string function, object[] args = null)
Parameters
Type | Name | Description |
---|---|---|
String | function | Name of function to execute. |
Object[] | args | Array of function's parameters. |
Returns
Type | Description |
---|---|
Object | An object containing return value of the executed function. |