Class MefScopedCompositionContext
The MEF composition container.
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.Hosting
Assembly: Kephas.Composition.Mef.dll
Syntax
public class MefScopedCompositionContext : MefCompositionContextBase, ICompositionContext, IDisposable
Constructors
| Improve this Doc View SourceMefScopedCompositionContext(Export<CompositionContext>)
Initializes a new instance of the MefScopedCompositionContext class.
Declaration
public MefScopedCompositionContext(Export<CompositionContext> export)
Parameters
Type | Name | Description |
---|---|---|
System.Composition.Export<System.Composition.CompositionContext> | export | The export. |
Methods
| Improve this Doc View SourceDispose(Boolean)
Releases unmanaged and - optionally - managed resources.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
|
Overrides
Implements
System.IDisposable