ExportDescriptor Class

Definition

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

public ref class ExportDescriptor abstract
public abstract class ExportDescriptor
type ExportDescriptor = class
Public MustInherit Class ExportDescriptor
Inheritance
ExportDescriptor

Remarks

This is the only runtime overhead that is maintained per-part; all other part-specific information must be discarded once its export descriptors have been retrieved.

Constructors

ExportDescriptor()

Initializes a new instance of the ExportDescriptor class.

Properties

Activator

Gets the activator used to retrieve instances of the export.

Metadata

Gets the metadata for the export.

Methods

Create(CompositeActivator, IDictionary<String,Object>)

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

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
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 a string that represents the current object.

(Inherited from Object)

Applies to