Click or drag to resize

HostTypeCollection(PredicateType, String) Constructor

Initializes a new host type collection with selected types from one or more assemblies. The assemblies are specified by name.

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax
public HostTypeCollection(
	Predicate<Type> filter,
	params string[] assemblyNames
)

Parameters

filter  PredicateType
A filter for selecting the types to add.
assemblyNames  String
The names of the assemblies that contain the types with which to initialize the collection.
See Also