C# Class Mono.Debugger.Backend.SingleSteppingEngine.OperationManagedCallback

Inheritance: System.Operation
Afficher le fichier Open project: baulig/debugger

Méthodes publiques

Méthode Description
OperationCompleted ( StackFrame frame, bool suspended ) : TargetEventArgs
OperationManagedCallback ( SingleSteppingEngine sse, ManagedCallbackData data ) : System
OperationManagedCallback ( SingleSteppingEngine sse, Queue list ) : System
Run ( ) : bool

Méthodes protégées

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

Private Methods

Méthode Description
do_execute ( ) : bool

Method Details

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

OperationCompleted() public méthode

public OperationCompleted ( StackFrame frame, bool suspended ) : TargetEventArgs
frame System.Diagnostics.StackFrame
suspended bool
Résultat TargetEventArgs

OperationManagedCallback() public méthode

public OperationManagedCallback ( SingleSteppingEngine sse, ManagedCallbackData data ) : System
sse SingleSteppingEngine
data ManagedCallbackData
Résultat System

OperationManagedCallback() public méthode

public OperationManagedCallback ( SingleSteppingEngine sse, Queue list ) : System
sse SingleSteppingEngine
list Queue
Résultat System

Run() public méthode

public Run ( ) : bool
Résultat bool