ScriptParser.AddAssembly

Adds an assembly to the list of references for compilation using a type that is loaded and contained in the assembly

public void AddAssembly(Type typeInAssembly)

Parameters

typeInAssembly
type loaded and contained in the target assembly

Overloads