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.

Export<T> Class

.NET Framework (current version)
 

A reference that allows the graph of parts associated with an exported instance to be released.

Namespace:   System.Composition
Assembly:  System.Composition.Runtime (in System.Composition.Runtime.dll)

System::Object
System.Composition::Export<T>

generic<typename T>
public ref class Export sealed : IDisposable

Type Parameters

T

The type of the instance.

NameDescription
System_CAPS_pubmethodExport<T>(T, Action^)

Initializes a new instance of the Export<T> class.

NameDescription
System_CAPS_pubpropertyValue

Gets the exported value.

NameDescription
System_CAPS_pubmethodDispose()

Disposes the exported instance.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

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