Westwind.Scripting Class Reference
CSharpScriptExecution.ExecuteMethod
Table of Contents
On this page:

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

Overloads

public object ExecuteMethod(string code, string methodName, object[] parameters)

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