C# Class LinFu.IoC.Interceptors.ProxyContainerPlugin

A IContainerPlugin implementation that inserts ProxyInjector instances at the beginning of a IServiceContainer loading sequence.
Inheritance: IContainerPlugin
Afficher le fichier Open project: philiplaureano/LinFu

Méthodes publiques

Méthode Description
BeginLoad ( IServiceContainer target ) : void

Injects a ProxyInjector into the target container.

EndLoad ( IServiceContainer target ) : void

Does absolutely nothing.

Private Methods

Méthode Description
ProxyContainerPlugin ( ProxyInjector injector ) : LinFu.IoC.Configuration.Interfaces

Initializes the class with the given ProxyInjector instance.

Method Details

BeginLoad() public méthode

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

EndLoad() public méthode

Does absolutely nothing.
public EndLoad ( IServiceContainer target ) : void
target IServiceContainer The target container.
Résultat void