C# 클래스 LinFu.IoC.Interceptors.ProxyContainerPlugin

A IContainerPlugin implementation that inserts ProxyInjector instances at the beginning of a IServiceContainer loading sequence.
상속: IContainerPlugin
파일 보기 프로젝트 열기: philiplaureano/LinFu

공개 메소드들

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