Westwind.Scripting Class Reference
ScriptHelper.CallMethod
Table of Contents
On this page:

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.

Overloads

public object CallMethod(object instance, string method, Type[] parameterTypes, object[] parms)

© West Wind Technologies, 2026 • updated: Apr 26, 2025
Comment or report problem with topic