C# Класс MefContrib.Integration.Unity.Strategies.ComposeStrategy

Represents a strategy which injects MEF dependencies to the Unity created instance.
Наследование: Microsoft.Practices.ObjectBuilder2.BuilderStrategy
Показать файл Открыть проект

Открытые методы

Метод Описание
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