C# Class LinFu.IoC.Interceptors.ProxyContainerPlugin

A IContainerPlugin implementation that inserts ProxyInjector instances at the beginning of a IServiceContainer loading sequence.
Inheritance: IContainerPlugin
ファイルを表示 Open project: philiplaureano/LinFu

Public Methods

Method Description
BeginLoad ( IServiceContainer target ) : void

Injects a ProxyInjector into the target container.

EndLoad ( IServiceContainer target ) : void

Does absolutely nothing.

Private Methods

Method Description
ProxyContainerPlugin ( ProxyInjector injector ) : LinFu.IoC.Configuration.Interfaces

Initializes the class with the given ProxyInjector instance.

Method Details

BeginLoad() public method

Injects a ProxyInjector into the target container.
public BeginLoad ( IServiceContainer target ) : void
target IServiceContainer The service container that will hold the .
return void

EndLoad() public method

Does absolutely nothing.
public EndLoad ( IServiceContainer target ) : void
target IServiceContainer The target container.
return void