Method RunFunction
RunFunction(string, object[])
When implemented by a class, executes specified function.
object RunFunction(string function, object[] args = null)
Parameters
Returns
- object
An object containing return value of the executed function.