Click or drag to resize

HostTypeCollectionAddAssembly Method (String, PredicateType)

Adds selected 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.3
Syntax
public void AddAssembly(
	string assemblyName,
	Predicate<Type> filter
)

Parameters

assemblyName
Type: SystemString
The name of the assembly that contains the types to add.
filter
Type: SystemPredicateType
A filter for selecting the types to add.
See Also