CSharpScriptExecution.ExecuteMethod
public TResult ExecuteMethod<TResult>(string code, string methodName, object[] parameters)
Parameters
code
One or more complete methods.
methodName
Name of the method to call.
parameters
any number of variable parameters
