This topic has not yet been rated - Rate this topic

TypeCatalog Constructor (IEnumerable(Type), ReflectionContext, ICompositionElement)

.NET Framework 4.5

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.

ExceptionCondition
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.

.NET Framework

Supported in: 4.5

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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.