Method | Description | |
---|---|---|
GetArgumentValue ( int index ) : object | ||
GetConcreteMethod ( ) : |
||
GetConcreteMethodInvocationTarget ( ) : |
||
InvocationAdaptor ( IInvocation invocation ) : System | ||
Proceed ( ) : void | ||
SetArgumentValue ( int index, object value ) : void |
public GetArgumentValue ( int index ) : object | ||
index | int | |
return | object |
public GetConcreteMethod ( ) : |
||
return |
public GetConcreteMethodInvocationTarget ( ) : |
||
return |
public InvocationAdaptor ( IInvocation invocation ) : System | ||
invocation | IInvocation | |
return | System |
public SetArgumentValue ( int index, object value ) : void | ||
index | int | |
value | object | |
return | void |