C# 클래스 MefContrib.Integration.Unity.Strategies.ComposeStrategy

Represents a strategy which injects MEF dependencies to the Unity created instance.
상속: Microsoft.Practices.ObjectBuilder2.BuilderStrategy
파일 보기 프로젝트 열기: ipasoftware/MefContrib

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
NeedsRecompose ( Type type ) : bool

메소드 상세

PostBuildUp() 공개 메소드

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.
리턴 void