Click or drag to resize

HostTypeCollection Constructor (Assembly)

Initializes a new host type collection with types from one or more assemblies.

Namespace:  Microsoft.ClearScript
Assembly:  ClearScript.Core (in ClearScript.Core.dll) Version: 7.2.5
Syntax
public HostTypeCollection(
	params Assembly[] assemblies
)

Parameters

assemblies
Type: System.ReflectionAssembly
The assemblies that contain the types with which to initialize the collection.
See Also