C# 클래스 StaticProxy.Interceptor.Invocation

상속: IInvocation
파일 보기 프로젝트 열기: BrunoJuchli/StaticProxy.Fody 1 사용 예제들

공개 메소드들

메소드 설명
GetArgumentValue ( int index ) : object
Invocation ( ITargetInvocation targetInvocation, MethodInfo decoratedMethod, object arguments, IDynamicInterceptor interceptors ) : System
Proceed ( ) : void
SetArgumentValue ( int index, object value ) : void

비공개 메소드들

메소드 설명
CreateExceptionForInvalidCurrentInterceptorIndex ( ) : InvalidOperationException

메소드 상세

GetArgumentValue() 공개 메소드

public GetArgumentValue ( int index ) : object
index int
리턴 object

Invocation() 공개 메소드

public Invocation ( ITargetInvocation targetInvocation, MethodInfo decoratedMethod, object arguments, IDynamicInterceptor interceptors ) : System
targetInvocation ITargetInvocation
decoratedMethod System.Reflection.MethodInfo
arguments object
interceptors IDynamicInterceptor
리턴 System

Proceed() 공개 메소드

public Proceed ( ) : void
리턴 void

SetArgumentValue() 공개 메소드

public SetArgumentValue ( int index, object value ) : void
index int
value object
리턴 void