ExportFactory<T, TMetadata> Class
A factory that creates new instances of a part that provides the specified export, with attached metadata.
Assembly: System.ComponentModel.Composition (in System.ComponentModel.Composition.dll)
System.ComponentModel.Composition::ExportFactory<T>
System.ComponentModel.Composition::ExportFactory<T, TMetadata>
| 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^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
ExportFactory<T, TMetadata> extends ExportFactory<T> to include a metadata object, in much the same way that Lazy<T, TMetadata> extends Lazy<T>. For more information, see ExportFactory<T> and Lazy<T>.
Available since 4.5
Silverlight
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


