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

An interceptor class that redirects calls to another interceptor.
상속: LinFu.IoC.Interceptors.BaseInterceptor
파일 보기 프로젝트 열기: philiplaureano/LinFu 1 사용 예제들

공개 메소드들

메소드 설명
Intercept ( IInvocationInfo info ) : object
Redirector ( Func getActualTarget, IInterceptor targetInterceptor, IProxyFactory factory, IMethodInvoke methodInvoke ) : System

보호된 메소드들

메소드 설명
GetTarget ( IInvocationInfo info ) : object

Gets the target object instance.

메소드 상세

GetTarget() 보호된 메소드

Gets the target object instance.
protected GetTarget ( IInvocationInfo info ) : object
info IInvocationInfo The instance that describes the current execution context.
리턴 object

Intercept() 공개 메소드

public Intercept ( IInvocationInfo info ) : object
info IInvocationInfo
리턴 object

Redirector() 공개 메소드

public Redirector ( Func getActualTarget, IInterceptor targetInterceptor, IProxyFactory factory, IMethodInvoke methodInvoke ) : System
getActualTarget Func
targetInterceptor IInterceptor
factory IProxyFactory
methodInvoke IMethodInvoke
리턴 System