Method | Description | |
---|---|---|
GetArgumentValue ( int index ) : object | ||
Invocation ( ITargetInvocation targetInvocation, |
||
Proceed ( ) : void | ||
SetArgumentValue ( int index, object value ) : void |
Method | Description | |
---|---|---|
CreateExceptionForInvalidCurrentInterceptorIndex ( ) : |
public GetArgumentValue ( int index ) : object | ||
index | int | |
return | object |
public Invocation ( ITargetInvocation targetInvocation, |
||
targetInvocation | ITargetInvocation | |
decoratedMethod | ||
arguments | object | |
interceptors | IDynamicInterceptor | |
return | System |
public SetArgumentValue ( int index, object value ) : void | ||
index | int | |
value | object | |
return | void |