C# 클래스 Castle.DynamicProxy.Internal.InheritanceInvocation

상속: AbstractInvocation
파일 보기 프로젝트 열기: Jarvin-Guan/CleanAOP

보호된 메소드들

메소드 설명
InheritanceInvocation ( Type targetType, object proxy, IInterceptor interceptors, MethodInfo proxiedMethod, object arguments ) : System
InheritanceInvocation ( Type targetType, object proxy, IInterceptor interceptors, MethodInfo proxiedMethod, object arguments, IInterceptorSelector selector, IInterceptor &methodInterceptors ) : System
InvokeMethodOnTarget ( ) : void

메소드 상세

InheritanceInvocation() 보호된 메소드

protected InheritanceInvocation ( Type targetType, object proxy, IInterceptor interceptors, MethodInfo proxiedMethod, object arguments ) : System
targetType System.Type
proxy object
interceptors IInterceptor
proxiedMethod System.Reflection.MethodInfo
arguments object
리턴 System

InheritanceInvocation() 보호된 메소드

protected InheritanceInvocation ( Type targetType, object proxy, IInterceptor interceptors, MethodInfo proxiedMethod, object arguments, IInterceptorSelector selector, IInterceptor &methodInterceptors ) : System
targetType System.Type
proxy object
interceptors IInterceptor
proxiedMethod System.Reflection.MethodInfo
arguments object
selector IInterceptorSelector
methodInterceptors IInterceptor
리턴 System

InvokeMethodOnTarget() 보호된 추상적인 메소드

protected abstract InvokeMethodOnTarget ( ) : void
리턴 void