C# Class Castle.DynamicProxy.Internal.InheritanceInvocation

Inheritance: AbstractInvocation
Afficher le fichier Open project: Jarvin-Guan/CleanAOP

Méthodes protégées

Méthode 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 méthode

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
Résultat System

InheritanceInvocation() protected méthode

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
Résultat System

InvokeMethodOnTarget() protected abstract méthode

protected abstract InvokeMethodOnTarget ( ) : void
Résultat void