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

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

Méthodes publiques

Méthode Description
ProcessEvent ( Inferior cevent, TargetEventArgs &args ) : EventResult

Méthodes protégées

Méthode Description
CallbackCompleted ( long data1, long data2, TargetEventArgs &args ) : EventResult
InterruptibleOperation ( SingleSteppingEngine sse, CommandResult result ) : System
SetupCallback ( long id ) : void

Method Details

CallbackCompleted() protected abstract méthode

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

InterruptibleOperation() protected méthode

protected InterruptibleOperation ( SingleSteppingEngine sse, CommandResult result ) : System
sse SingleSteppingEngine
result CommandResult
Résultat System

ProcessEvent() public méthode

public ProcessEvent ( Inferior cevent, TargetEventArgs &args ) : EventResult
cevent Inferior
args TargetEventArgs
Résultat EventResult

SetupCallback() protected méthode

protected SetupCallback ( long id ) : void
id long
Résultat void