C# Class Mono.Debugger.Frontend.BreakCommand

Inheritance: DebuggerCommand, IDocumentableCommand
Afficher le fichier Open project: baulig/debugger

Méthodes publiques

Méthode Description
Repeat ( Interpreter interpreter ) : void

Méthodes protégées

Méthode Description
DoExecute ( ScriptingContext context ) : object
DoResolve ( ScriptingContext context ) : bool

Method Details

DoExecute() protected méthode

protected DoExecute ( ScriptingContext context ) : object
context ScriptingContext
Résultat object

DoResolve() protected méthode

protected DoResolve ( ScriptingContext context ) : bool
context ScriptingContext
Résultat bool

Repeat() public méthode

public Repeat ( Interpreter interpreter ) : void
interpreter Interpreter
Résultat void