Свойство | Тип | Описание | |
---|---|---|---|
proxyObject | object |
Метод | Описание | |
---|---|---|
GetArgumentValue ( int index ) : object | ||
GetConcreteMethod ( ) : |
||
GetConcreteMethodInvocationTarget ( ) : |
||
Proceed ( ) : void | ||
SetArgumentValue ( int index, object value ) : void | ||
SetGenericMethodArguments ( |
Метод | Описание | |
---|---|---|
AbstractInvocation ( object proxy, IInterceptor interceptors, |
||
AbstractInvocation ( object proxy, |
||
InvokeMethodOnTarget ( ) : void | ||
ThrowOnNoTarget ( ) : void |
Метод | Описание | |
---|---|---|
EnsureClosedMethod ( |
||
GetObjectData ( |
||
SelectMethodInterceptors ( IInterceptorSelector selector, IInterceptor methodInterceptors, |
protected AbstractInvocation ( object proxy, IInterceptor interceptors, |
||
proxy | object | |
interceptors | IInterceptor | |
proxiedMethod | ||
arguments | object | |
Результат | System |
protected AbstractInvocation ( object proxy, |
||
proxy | object | |
targetType | ||
interceptors | IInterceptor | |
proxiedMethod | ||
arguments | object | |
selector | IInterceptorSelector | |
methodInterceptors | IInterceptor | |
Результат | System |
public GetArgumentValue ( int index ) : object | ||
index | int | |
Результат | object |
public GetConcreteMethod ( ) : |
||
Результат |
public GetConcreteMethodInvocationTarget ( ) : |
||
Результат |
protected abstract InvokeMethodOnTarget ( ) : void | ||
Результат | void |
public SetArgumentValue ( int index, object value ) : void | ||
index | int | |
value | object | |
Результат | void |
public SetGenericMethodArguments ( |
||
arguments | ||
Результат | void |