ExportDescriptor Class

.NET Framework (current version)
 

Describes an export of a part known to the composition engine.

Namespace:   System.Composition.Hosting.Core
Assembly:  System.Composition.Hosting (in System.Composition.Hosting.dll)

System::Object
System.Composition.Hosting.Core::ExportDescriptor

public ref class ExportDescriptor abstract 

NameDescription
System_CAPS_protmethodExportDescriptor()

Initializes a new instance of the ExportDescriptor class.

NameDescription
System_CAPS_pubpropertyActivator

Gets the activator used to retrieve instances of the export.

System_CAPS_pubpropertyMetadata

Gets the metadata for the export.

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreate(CompositeActivator^, IDictionary<String^, Object^>^)

Creates an export descriptor that has the specified activator and metadata.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: