Method | Description | |
---|---|---|
GetArgumentValue ( int index ) : object | ||
GetConcreteMethod ( ) : |
||
GetConcreteMethodInvocationTarget ( ) : |
||
GetObjectData ( |
||
Proceed ( ) : void |
|
|
RemotableInvocation ( IInvocation parent ) : System | ||
SetArgumentValue ( int index, object value ) : void |
Method | Description | |
---|---|---|
RemotableInvocation ( |
public GetArgumentValue ( int index ) : object | ||
index | int | |
return | object |
public GetConcreteMethod ( ) : |
||
return |
public GetConcreteMethodInvocationTarget ( ) : |
||
return |
public GetObjectData ( |
||
info | ||
context | ||
return | void |
public RemotableInvocation ( IInvocation parent ) : System | ||
parent | IInvocation | |
return | System |
protected RemotableInvocation ( |
||
info | ||
context | ||
return | System |
public SetArgumentValue ( int index, object value ) : void | ||
index | int | |
value | object | |
return | void |