C# Class Castle.DynamicProxy.Internal.CompositionInvocation

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

Protected Properties

Свойство Type Description
target object

Méthodes protégées

Méthode Description
CompositionInvocation ( object target, object proxy, IInterceptor interceptors, MethodInfo proxiedMethod, object arguments ) : System
CompositionInvocation ( object target, object proxy, IInterceptor interceptors, MethodInfo proxiedMethod, object arguments, IInterceptorSelector selector, IInterceptor &methodInterceptors ) : System
EnsureValidProxyTarget ( object newTarget ) : void
EnsureValidTarget ( ) : void

Private Methods

Méthode Description
GetTargetType ( object targetObject ) : Type

Method Details

CompositionInvocation() protected méthode

protected CompositionInvocation ( object target, object proxy, IInterceptor interceptors, MethodInfo proxiedMethod, object arguments ) : System
target object
proxy object
interceptors IInterceptor
proxiedMethod System.Reflection.MethodInfo
arguments object
Résultat System

CompositionInvocation() protected méthode

protected CompositionInvocation ( object target, object proxy, IInterceptor interceptors, MethodInfo proxiedMethod, object arguments, IInterceptorSelector selector, IInterceptor &methodInterceptors ) : System
target object
proxy object
interceptors IInterceptor
proxiedMethod System.Reflection.MethodInfo
arguments object
selector IInterceptorSelector
methodInterceptors IInterceptor
Résultat System

EnsureValidProxyTarget() protected méthode

protected EnsureValidProxyTarget ( object newTarget ) : void
newTarget object
Résultat void

EnsureValidTarget() protected méthode

protected EnsureValidTarget ( ) : void
Résultat void

Property Details

target protected_oe property

protected object target
Résultat object