Class AmbientServicesMefExtensions
MEF extensions for the ambient services.
Inheritance
System.Object
AmbientServicesMefExtensions
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
Assembly: Kephas.Composition.Mef.dll
Syntax
public static class AmbientServicesMefExtensions
Methods
| Improve this Doc View SourceWithMefCompositionContainer(IAmbientServices, Action<MefCompositionContainerBuilder>)
Sets the composition container to the ambient services.
Declaration
public static IAmbientServices WithMefCompositionContainer(this IAmbientServices ambientServices, Action<MefCompositionContainerBuilder> containerBuilderConfig = null)
Parameters
Type | Name | Description |
---|---|---|
IAmbientServices | ambientServices | The ambient services. |
System.Action<MefCompositionContainerBuilder> | containerBuilderConfig | The container builder configuration. |
Returns
Type | Description |
---|---|
IAmbientServices | The provided ambient services builder. |