Property | Type | Description | |
---|---|---|---|
Flags | RuntimeInvokeFlags | ||
Function | |||
Instance | |||
ParamObjects | Mono.Debugger.Languages.TargetObject[] | ||
Result | RuntimeInvokeResult |
Method | Description | |
---|---|---|
AbortInvoke ( ) : void | ||
Completed ( long data1, long data2 ) : void | ||
HandleException ( TargetAddress stack, TargetAddress exc ) : bool | ||
OperationCompleted ( |
||
OperationRuntimeInvoke ( |
||
RequestAbort ( ) : bool | ||
ResumeOperation ( ) : bool |
Method | Description | |
---|---|---|
CallbackCompleted ( long data1, long data2, TargetEventArgs &args ) : EventResult | ||
DoExecute ( ) : void | ||
DoProcessEvent ( |
protected CallbackCompleted ( long data1, long data2, TargetEventArgs &args ) : EventResult | ||
data1 | long | |
data2 | long | |
args | TargetEventArgs | |
return | EventResult |
public Completed ( long data1, long data2 ) : void | ||
data1 | long | |
data2 | long | |
return | void |
protected DoProcessEvent ( |
||
cevent | ||
args | TargetEventArgs | |
return | EventResult |
public HandleException ( TargetAddress stack, TargetAddress exc ) : bool | ||
stack | TargetAddress | |
exc | TargetAddress | |
return | bool |
public OperationCompleted ( |
||
frame | ||
suspended | bool | |
return | TargetEventArgs |
public OperationRuntimeInvoke ( |
||
sse | ||
function | ||
instance | ||
param_objects | ||
flags | RuntimeInvokeFlags | |
result | RuntimeInvokeResult | |
return | System |
public MonoFunctionType,Mono.Debugger.Languages.Mono Function | ||
return |
public TargetStructObject,Mono.Debugger.Languages Instance | ||
return |
public TargetObject[],Mono.Debugger.Languages ParamObjects | ||
return | Mono.Debugger.Languages.TargetObject[] |