Click or drag to resize

HostTypeCollectionAddAssembly Method (Assembly)

Adds types from an assembly to a host type collection.

Namespace:  Microsoft.ClearScript
Assembly:  ClearScript.Core (in ClearScript.Core.dll) Version: 7.3.1
Syntax
public void AddAssembly(
	Assembly assembly
)

Parameters

assembly
Type: System.ReflectionAssembly
The assembly that contains the types to add.
See Also