ExportDescriptorPromise Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an export descriptor that an available part can provide.
public ref class ExportDescriptorPromise
public class ExportDescriptorPromise
type ExportDescriptorPromise = class
Public Class ExportDescriptorPromise
- Inheritance
-
ExportDescriptorPromise
Remarks
This type is central to the cycle-checking, adaptation, and compilation features of the container.
Constructors
Properties
Contract |
Gets the contract fulfilled by this promise. |
Dependencies |
Gets the dependencies that are required to fulfill this promise. |
IsShared |
Gets a value that indicates whether the promise is shared. |
Origin |
Gets a description of where the promise originates (for example, a part type), used to provide readable errors. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetDescriptor() |
Retrieves the promised descriptor. |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns the string representation of this ExportDescriptorPromise object. |