C# Class Castle.DynamicProxy.Internal.InheritanceInvocation

Inheritance: AbstractInvocation
Show file Open project: Jarvin-Guan/CleanAOP

Protected Methods

Method Description
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

Method Details

InheritanceInvocation() protected method

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
return System

InheritanceInvocation() protected method

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
return System

InvokeMethodOnTarget() protected abstract method

protected abstract InvokeMethodOnTarget ( ) : void
return void