Click or drag to resize

HostTypeCollectionAddAssembly Method

Overload List
  NameDescription
Public methodAddAssembly(Assembly)
Adds types from an assembly to a host type collection.
Public methodAddAssembly(String)
Adds types from an assembly to a host type collection. The assembly is specified by name.
Public methodAddAssembly(Assembly, PredicateType)
Adds selected types from an assembly to a host type collection.
Public methodAddAssembly(String, PredicateType)
Adds selected types from an assembly to a host type collection. The assembly is specified by name.
Top
See Also