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

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

보호된 프로퍼티들

프로퍼티 타입 설명
target object

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetTargetType ( object targetObject ) : Type

메소드 상세

CompositionInvocation() 보호된 메소드

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
리턴 System

CompositionInvocation() 보호된 메소드

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
리턴 System

EnsureValidProxyTarget() 보호된 메소드

protected EnsureValidProxyTarget ( object newTarget ) : void
newTarget object
리턴 void

EnsureValidTarget() 보호된 메소드

protected EnsureValidTarget ( ) : void
리턴 void

프로퍼티 상세

target 보호되어 있는 프로퍼티

protected object target
리턴 object