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

CSharpScriptExecution.ExecuteCodeFromAssembly

Executes a method from an assembly that was previously compiled

public object ExecuteCodeFromAssembly(string code, Assembly assembly, 
			object[] parameters)

Parameters

code

assembly

parameters

Overloads

public Task<TResult> ExecuteCodeFromAssemblyAsync<TResult>(string code, Assembly assembly, object[] parameters)

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