C# 클래스 Mono.Debugger.Frontend.CommandLineInterpreter.MainLoop

파일 보기 프로젝트 열기: baulig/debugger

공개 메소드들

메소드 설명
ExecuteCommand ( Command command ) : void
MainLoop ( Interpreter interpreter ) : System
Repeat ( ) : bool
ToString ( ) : string

비공개 메소드들

메소드 설명
command_thread_main ( ) : void
execute_command ( Command command ) : void

메소드 상세

ExecuteCommand() 공개 메소드

public ExecuteCommand ( Command command ) : void
command Command
리턴 void

MainLoop() 공개 메소드

public MainLoop ( Interpreter interpreter ) : System
interpreter Interpreter
리턴 System

Repeat() 공개 메소드

public Repeat ( ) : bool
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string