Click or drag to resize

HostTypeCollection Constructor

Overload List
  NameDescription
Public methodHostTypeCollection
Initializes a new host type collection.
Public methodHostTypeCollection(Assembly)
Initializes a new host type collection with types from one or more assemblies.
Public methodHostTypeCollection(String)
Initializes a new host type collection with types from one or more assemblies. The assemblies are specified by name.
Public methodHostTypeCollection(PredicateType, Assembly)
Initializes a new host type collection with selected types from one or more assemblies.
Public methodHostTypeCollection(PredicateType, String)
Initializes a new host type collection with selected types from one or more assemblies. The assemblies are specified by name.
Top
See Also