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.
Assembly: System.Composition.Runtime (in System.Composition.Runtime.dll)
| Name | Description | |
|---|---|---|
![]() | Export<T>(T, Action^) | Initializes a new instance of the Export<T> class. |
| Name | Description | |
|---|---|---|
![]() | Value | Gets the exported value. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Disposes the exported instance. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (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.
Show:

