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

CSharpScriptExecution.AddAssembly

Adds core system assemblies and namespaces for basic operation.

Any additional references need to be explicitly added.

Alternatelively use: AddLoadedReferences()

public bool AddAssembly(Type type)

Parameters

type
any .NET type that can be referenced in the current application

Overloads

public bool AddAssembly(PortableExecutableReference reference)
public bool AddAssembly(string assemblyDll)

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