Method | Description | |
---|---|---|
BeginInvokeMethod ( |
||
EndInvokeMethod ( IAsyncResult asyncResult ) : Mono.Debugger.Soft.Value | ||
GetValue ( Mono.Debugger.Soft.FieldInfoMirror field ) : Mono.Debugger.Soft.Value | ||
GetValues ( IList |
||
InvokeMethod ( |
||
InvokeMethod ( |
||
SetValue ( Mono.Debugger.Soft.FieldInfoMirror field, Mono.Debugger.Soft.Value value ) : void | ||
SetValues ( IList |
Method | Description | |
---|---|---|
AbortInvoke ( VirtualMachine vm, |
||
BeginInvokeMethod ( VirtualMachine vm, |
||
BeginInvokeMethod ( VirtualMachine vm, |
||
EndInvokeMethodInternal ( IAsyncResult asyncResult ) : Mono.Debugger.Soft.Value | ||
InvokeCB ( |
||
InvokeMethod ( VirtualMachine vm, |
||
ObjectMirror ( VirtualMachine vm, long id ) : System |
public BeginInvokeMethod ( |
||
thread | ||
method | Mono.Debugger.Soft.MethodMirror | |
arguments | IList |
|
options | InvokeOptions | |
callback | AsyncCallback | |
state | object | |
return | IAsyncResult |
public EndInvokeMethod ( IAsyncResult asyncResult ) : Mono.Debugger.Soft.Value | ||
asyncResult | IAsyncResult | |
return | Mono.Debugger.Soft.Value |
public GetValue ( Mono.Debugger.Soft.FieldInfoMirror field ) : Mono.Debugger.Soft.Value | ||
field | Mono.Debugger.Soft.FieldInfoMirror | |
return | Mono.Debugger.Soft.Value |
public GetValues ( IList |
||
fields | IList |
|
return | Mono.Debugger.Soft.Value[] |
public InvokeMethod ( |
||
thread | ||
method | Mono.Debugger.Soft.MethodMirror | |
arguments | IList |
|
return | Mono.Debugger.Soft.Value |
public InvokeMethod ( |
||
thread | ||
method | Mono.Debugger.Soft.MethodMirror | |
arguments | IList |
|
options | InvokeOptions | |
return | Mono.Debugger.Soft.Value |
public SetValue ( Mono.Debugger.Soft.FieldInfoMirror field, Mono.Debugger.Soft.Value value ) : void | ||
field | Mono.Debugger.Soft.FieldInfoMirror | |
value | Mono.Debugger.Soft.Value | |
return | void |
public SetValues ( IList |
||
fields | IList |
|
values | Mono.Debugger.Soft.Value | |
return | void |