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

CSharpScriptExecution.ExecuteMethodAsync

public Task<TResult> ExecuteMethodAsync<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 Task<object> ExecuteMethodAsync(string code, string methodName, object[] parameters)

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