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

CSharpScriptExecution.AddAssembly

Adds an assembly from disk. Provide a full path if possible or a path that can resolve as part of the application folder or the runtime folder.

public bool AddAssembly(PortableExecutableReference reference)

Overloads

public bool AddAssembly(Type type)
public bool AddAssembly(string assemblyDll)

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