Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ExportDescriptorPromise Class

.NET Framework (current version)
 

Represents an export descriptor that an available part can provide.

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

System::Object
  System.Composition.Hosting.Core::ExportDescriptorPromise

public ref class ExportDescriptorPromise 

NameDescription
System_CAPS_pubpropertyContract

Gets the contract fulfilled by this promise.

System_CAPS_pubpropertyDependencies

Gets the dependencies required by this promise.

System_CAPS_pubpropertyIsShared

Gets a value that indicates whether the promise is shared.

System_CAPS_pubpropertyOrigin

Gets a description of where the promise originates, used to provide readable errors.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetDescriptor()

Gets the promised descriptor.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns the string representation of this ExportDescriptorPromise object. (Overrides Object::ToString().)

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:
© 2017 Microsoft