Interface IExportFactory
Non-generic contract used to import parts that wish to dynamically create instances of other parts.
Namespace: Kephas.Composition
Assembly: Kephas.Core.dll
Syntax
public interface IExportFactory
Methods
| Improve this Doc View SourceCreateExport()
Create an instance of the exported part.
Declaration
IExport CreateExport()
Returns
Type | Description |
---|---|
IExport | A handle allowing the created part to be accessed then released. |