Click or drag to resize

HostTypeCollectionAddAssembly Method (String)

Adds types from an assembly to a host type collection. The assembly is specified by name.

Namespace:  Microsoft.ClearScript
Assembly:  ClearScript.Core (in ClearScript.Core.dll) Version: 7.2.4
Syntax
public void AddAssembly(
	string assemblyName
)

Parameters

assemblyName
Type: SystemString
The name of the assembly that contains the types to add.
See Also