C# Class Mono.Debugger.Frontend.CommandLineInterpreter.MainLoop

Afficher le fichier Open project: baulig/debugger

Méthodes publiques

Méthode Description
ExecuteCommand ( Command command ) : void
MainLoop ( Interpreter interpreter ) : System
Repeat ( ) : bool
ToString ( ) : string

Private Methods

Méthode Description
command_thread_main ( ) : void
execute_command ( Command command ) : void

Method Details

ExecuteCommand() public méthode

public ExecuteCommand ( Command command ) : void
command Command
Résultat void

MainLoop() public méthode

public MainLoop ( Interpreter interpreter ) : System
interpreter Interpreter
Résultat System

Repeat() public méthode

public Repeat ( ) : bool
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string