C# Class MefContrib.Integration.Unity.Strategies.ComposeStrategy

Represents a strategy which injects MEF dependencies to the Unity created instance.
Inheritance: Microsoft.Practices.ObjectBuilder2.BuilderStrategy
Exibir arquivo Open project: ipasoftware/MefContrib

Public Methods

Method Description
PostBuildUp ( IBuilderContext context ) : void

Called during the chain of responsibility for a build operation. The PostBuildUp method is called when the chain has finished the PreBuildUp phase and executes in reverse order from the PreBuildUp calls.

Private Methods

Method Description
NeedsRecompose ( Type type ) : bool

Method Details

PostBuildUp() public method

Called during the chain of responsibility for a build operation. The PostBuildUp method is called when the chain has finished the PreBuildUp phase and executes in reverse order from the PreBuildUp calls.
public PostBuildUp ( IBuilderContext context ) : void
context IBuilderContext Context of the build operation.
return void