This documentation is archived and is not being maintained.

ReflectionModelServices Class

Provides extension methods to create and retrieve reflection-based parts.

System::Object
  System.ComponentModel.Composition.ReflectionModel::ReflectionModelServices

Namespace:  System.ComponentModel.Composition.ReflectionModel
Assembly:  System.ComponentModel.Composition (in System.ComponentModel.Composition.dll)

public ref class ReflectionModelServices abstract sealed

The ReflectionModelServices type exposes the following members.

  NameDescription
Public methodStatic memberCreateExportDefinitionCreates an export definition from the specified member, with the specified contract name, metadata, and origin.
Public methodStatic memberCreateImportDefinition(Lazy<ParameterInfo>, String, String, IEnumerable<KeyValuePair<String, Type>>, ImportCardinality, CreationPolicy, ICompositionElement)Creates an import definition for the specified parameter, with the specified contract name, type identity, required metadata, cardinality, creation policy, and origin.
Public methodStatic memberCreateImportDefinition(LazyMemberInfo, String, String, IEnumerable<KeyValuePair<String, Type>>, ImportCardinality, Boolean, CreationPolicy, ICompositionElement)Creates an import definition for the specified member, with the specified contract name, type identity, required metadata, cardinality, recomposition policy, creation policy, and origin.
Public methodStatic memberCreatePartDefinitionCreates a part definition with the specified part type, imports, exports, metadata, and origin.
Public methodStatic memberGetExportingMemberGets the exporting member from a specified export definition.
Public methodStatic memberGetImportingMemberGets the importing member from a specified import definition.
Public methodStatic memberGetImportingParameterGets the importing parameter from a specified import definition.
Public methodStatic memberGetPartTypeGets the type of a part from a specified part definition.
Public methodStatic memberIsDisposalRequiredDetermines whether the specified part requires disposal.
Public methodStatic memberIsImportingParameterDetermines whether an import definition represents a member or a parameter.
Top

.NET Framework

Supported in: 4

.NET Framework Client Profile

Supported in: 4

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: