ScriptHelper.CallMethod
Calls a method on an object dynamically. This version requires explicit specification of the parameter type signatures.
public object CallMethod(object instance, string method, object[] parms)
Parameters
instance
Instance of object to call method on
method
The method to call as a stringToTypedValue
parms
any variable number of parameters.
