Class MefScopeFactoryBase
A MEF scope provider.
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.Composition.Mef.ScopeFactory
Assembly: Kephas.Composition.Mef.dll
Syntax
public abstract class MefScopeFactoryBase : IMefScopeFactory
Constructors
| Improve this Doc View SourceMefScopeFactoryBase(ExportFactory<CompositionContext>)
Initializes a new instance of the MefScopeFactoryBase class.
Declaration
protected MefScopeFactoryBase(ExportFactory<CompositionContext> scopedContextFactory)
Parameters
Type | Name | Description |
---|---|---|
System.Composition.ExportFactory<System.Composition.CompositionContext> | scopedContextFactory | The scoped context factory. |
Methods
| Improve this Doc View SourceCreateScopedContextExport()
Creates the scoped context export.
Declaration
public virtual Export<CompositionContext> CreateScopedContextExport()
Returns
Type | Description |
---|---|
System.Composition.Export<System.Composition.CompositionContext> | The new scoped context export. |