Interface IMefScopeFactory
Interface for MEF scope factory.
Namespace: Kephas.Composition.Mef.ScopeFactory
Assembly: Kephas.Composition.Mef.dll
Syntax
public interface IMefScopeFactory
Methods
| Improve this Doc View SourceCreateScopedContextExport()
Creates the scoped context export.
Declaration
Export<CompositionContext> CreateScopedContextExport()
Returns
Type | Description |
---|---|
System.Composition.Export<System.Composition.CompositionContext> | The new scoped context export. |