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

显示文件 Open project: baulig/debugger

Public Methods

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

Private Methods

Method Description
command_thread_main ( ) : void
execute_command ( Command command ) : void

Method Details

ExecuteCommand() public method

public ExecuteCommand ( Command command ) : void
command Command
return void

MainLoop() public method

public MainLoop ( Interpreter interpreter ) : System
interpreter Interpreter
return System

Repeat() public method

public Repeat ( ) : bool
return bool

ToString() public method

public ToString ( ) : string
return string