HostTypeCollection Constructor (Assembly) |
Initializes a new host type collection with types from one or more assemblies.
Namespace:
Microsoft.ClearScript
Assembly:
ClearScript.Core (in ClearScript.Core.dll) Version: 7.3.1
Syntaxpublic HostTypeCollection(
params Assembly[] assemblies
)
Public Sub New (
ParamArray assemblies As Assembly()
)
public:
HostTypeCollection(
... array<Assembly^>^ assemblies
)
new :
assemblies : Assembly[] -> HostTypeCollection
Parameters
- assemblies
- Type: System.ReflectionAssembly
The assemblies that contain the types with which to initialize the collection.
See Also