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(string assemblyDll)

Parameters

assemblyDll
assembly DLL name. Path is required if not in startup or .NET assembly folder

Overloads

public bool AddAssembly(PortableExecutableReference reference)
public bool AddAssembly(Type type)

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