Click or drag to resize

HostTypeCollectionAddAssembly(String, PredicateType) Method

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

Parameters

assemblyName  String
The name of the assembly that contains the types to add.
filter  PredicateType
A filter for selecting the types to add.
See Also