ExportFactory<T, TMetadata> Class
.NET Framework (current version)
A factory that creates new instances of a part that provides the specified export, with attached metadata.
Assembly: System.Composition.Runtime (in System.Composition.Runtime.dll)
| Name | Description | |
|---|---|---|
![]() | ExportFactory<T, TMetadata>(Func<Tuple<T, Action^>^>^, TMetadata) | Initializes a new instance of the ExportFactory<T, TMetadata> class. |
| Name | Description | |
|---|---|---|
![]() | Metadata | Gets the metadata to be attached to the created parts. |
| Name | Description | |
|---|---|---|
![]() | CreateExport() | Creates an instance of the factory's export type.(Inherited from ExportFactory<T>.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (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:


