C# 클래스 NProxy.Core.Interceptors.DynamicTargetInterceptor

상속: IInterceptor
파일 보기 프로젝트 열기: mtamme/NProxy

공개 메소드들

메소드 설명
DynamicTargetInterceptor ( object>.Func targetFactory ) : System

Initializes a new instance of the DynamicTargetInterceptor class.

Intercept ( IInvocationContext invocationContext ) : object

메소드 상세

DynamicTargetInterceptor() 공개 메소드

Initializes a new instance of the DynamicTargetInterceptor class.
public DynamicTargetInterceptor ( object>.Func targetFactory ) : System
targetFactory object>.Func The target factory.
리턴 System

Intercept() 공개 메소드

public Intercept ( IInvocationContext invocationContext ) : object
invocationContext IInvocationContext
리턴 object