C# Class Mono.Debugger.Backend.SingleSteppingEngine.OperationRuntimeInvoke.OperationRuntimeInvokeHelper

Inheritance: OperationCallback
Afficher le fichier Open project: baulig/debugger

Méthodes publiques

Свойство Type Description
RTI OperationRuntimeInvoke

Méthodes publiques

Méthode Description
CompletedRTI ( ) : void
HandleException ( TargetAddress stack, TargetAddress exc ) : bool
OperationRuntimeInvokeHelper ( SingleSteppingEngine sse, OperationRuntimeInvoke rti ) : System

Méthodes protégées

Méthode Description
CallbackCompleted ( long data1, long data2, TargetEventArgs &args ) : EventResult
DoExecute ( ) : void
DoProcessEvent ( Inferior cevent, TargetEventArgs &args ) : EventResult

Private Methods

Méthode Description
do_execute ( ) : void
get_method_address ( ) : bool
get_virtual_method ( ) : bool

Method Details

CallbackCompleted() protected méthode

protected CallbackCompleted ( long data1, long data2, TargetEventArgs &args ) : EventResult
data1 long
data2 long
args TargetEventArgs
Résultat EventResult

CompletedRTI() public méthode

public CompletedRTI ( ) : void
Résultat void

DoExecute() protected méthode

protected DoExecute ( ) : void
Résultat void

DoProcessEvent() protected méthode

protected DoProcessEvent ( Inferior cevent, TargetEventArgs &args ) : EventResult
cevent Inferior
args TargetEventArgs
Résultat EventResult

HandleException() public méthode

public HandleException ( TargetAddress stack, TargetAddress exc ) : bool
stack TargetAddress
exc TargetAddress
Résultat bool

OperationRuntimeInvokeHelper() public méthode

public OperationRuntimeInvokeHelper ( SingleSteppingEngine sse, OperationRuntimeInvoke rti ) : System
sse SingleSteppingEngine
rti OperationRuntimeInvoke
Résultat System

Property Details

RTI public_oe property

public OperationRuntimeInvoke RTI
Résultat OperationRuntimeInvoke