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

Adapts a IAroundInvoke instance into an IInterceptor.
상속: LinFu.IoC.Interceptors.BaseInterceptor
파일 보기 프로젝트 열기: philiplaureano/LinFu 1 사용 예제들

공개 메소드들

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

Converts the call to IInterceptor.Intercept to an IAroundInvoke method call.

보호된 메소드들

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

Gets the target object instance.

비공개 메소드들

메소드 설명
AroundInvokeAdapter ( Func getTarget, IMethodInvoke methodInvoke, IAroundInvoke aroundInvoke ) : System

Initializes the AroundInvokeAdapter class.

메소드 상세

GetTarget() 보호된 메소드

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

Intercept() 공개 메소드

Converts the call to IInterceptor.Intercept to an IAroundInvoke method call.
public Intercept ( IInvocationInfo info ) : object
info IInvocationInfo The that describes the context of the method call.
리턴 object