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

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

Méthodes publiques

Méthode Description
OperationException ( SingleSteppingEngine sse, TargetAddress ip, TargetAddress exc, bool unhandled ) : System

Méthodes protégées

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

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

OperationException() public méthode

public OperationException ( SingleSteppingEngine sse, TargetAddress ip, TargetAddress exc, bool unhandled ) : System
sse SingleSteppingEngine
ip TargetAddress
exc TargetAddress
unhandled bool
Résultat System