Property | Type | Description | |
---|---|---|---|
target | object |
Method | Description | |
---|---|---|
CompositionInvocation ( object target, object proxy, IInterceptor interceptors, |
||
CompositionInvocation ( object target, object proxy, IInterceptor interceptors, |
||
EnsureValidProxyTarget ( object newTarget ) : void | ||
EnsureValidTarget ( ) : void |
Method | Description | |
---|---|---|
GetTargetType ( object targetObject ) : |
protected CompositionInvocation ( object target, object proxy, IInterceptor interceptors, |
||
target | object | |
proxy | object | |
interceptors | IInterceptor | |
proxiedMethod | ||
arguments | object | |
return | System |
protected CompositionInvocation ( object target, object proxy, IInterceptor interceptors, |
||
target | object | |
proxy | object | |
interceptors | IInterceptor | |
proxiedMethod | ||
arguments | object | |
selector | IInterceptorSelector | |
methodInterceptors | IInterceptor | |
return | System |
protected EnsureValidProxyTarget ( object newTarget ) : void | ||
newTarget | object | |
return | void |