C# Класс LinFu.IoC.Interceptors.ProxyContainerPlugin

A IContainerPlugin implementation that inserts ProxyInjector instances at the beginning of a IServiceContainer loading sequence.
Наследование: IContainerPlugin
Показать файл Открыть проект

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

Метод Описание
BeginLoad ( IServiceContainer target ) : void

Injects a ProxyInjector into the target container.

EndLoad ( IServiceContainer target ) : void

Does absolutely nothing.

Приватные методы

Метод Описание
ProxyContainerPlugin ( ProxyInjector injector ) : LinFu.IoC.Configuration.Interfaces

Initializes the class with the given ProxyInjector instance.

Описание методов

BeginLoad() публичный Метод

Injects a ProxyInjector into the target container.
public BeginLoad ( IServiceContainer target ) : void
target IServiceContainer The service container that will hold the .
Результат void

EndLoad() публичный Метод

Does absolutely nothing.
public EndLoad ( IServiceContainer target ) : void
target IServiceContainer The target container.
Результат void