Method RunFunction
RunFunction(string, object[])
Executes specified function.
public virtual object RunFunction(string functionName, object[] args = null)
Parameters
Returns
- object
An object containing return value of the executed function.
Executes specified function.
public virtual object RunFunction(string functionName, object[] args = null)
An object containing return value of the executed function.