TypeCatalog Constructor (IEnumerable(Type), ReflectionContext, ICompositionElement)
Initializes a new instance of the TypeCatalog class with the specified types in the specified reflection context and source for parts.
Namespace: System.ComponentModel.Composition.Hosting
Assembly: System.ComponentModel.Composition (in System.ComponentModel.Composition.dll)
new :
types:IEnumerable<Type> *
reflectionContext:ReflectionContext *
definitionOrigin:ICompositionElement -> TypeCatalog
Parameters
- types
- Type: System.Collections.Generic.IEnumerable(Type)
A collection of attributed Type objects to add to the TypeCatalog object.
- reflectionContext
- Type: System.Reflection.ReflectionContext
The context used to interpret the types.
- definitionOrigin
- Type: System.ComponentModel.Composition.Primitives.ICompositionElement
An element used by diagnostics to identify the source for parts.
| Exception | Condition |
|---|---|
| ArgumentNullException | types is a null reference (Nothing in Visual Basic). |
| ArgumentException | types contains an element that is a null reference (Nothing in Visual Basic). -or- types contains an element that was loaded in the reflection-only context. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.