Class DefaultMefScopeFactory
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
[CompositionScope]
public class DefaultMefScopeFactory : MefScopeFactoryBase, IMefScopeFactory
Constructors
| Improve this Doc View SourceDefaultMefScopeFactory(ExportFactory<CompositionContext>)
Initializes a new instance of the DefaultMefScopeFactory class.
Declaration
[ImportingConstructor]
public DefaultMefScopeFactory([SharingBoundary(new string[]{"default"})] ExportFactory<CompositionContext> scopedContextFactory)
Parameters
Type | Name | Description |
---|---|---|
System.Composition.ExportFactory<System.Composition.CompositionContext> | scopedContextFactory | The scoped context factory. |