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

파일 보기 프로젝트 열기: baulig/debugger 1 사용 예제들

공개 메소드들

메소드 설명
CommandLineInterpreter ( Interpreter interpreter ) : System
DoRunMainLoop ( ) : void
EnterNestedBreakState ( ) : void
Error ( int pos, string message ) : void
LeaveNestedBreakState ( ) : void
Main ( string args ) : void
ReadInput ( bool is_complete ) : string
RunInferiorMainLoop ( ) : void

보호된 메소드들

메소드 설명
RunMainLoop ( ) : void

비공개 메소드들

메소드 설명
CommandLineInterpreter ( DebuggerOptions options, bool is_interactive ) : System
control_c_event ( object sender, ConsoleCancelEventArgs a ) : void
execute_command ( Command command ) : void
main_thread_main ( ) : void
wait_for_completion ( ) : void

메소드 상세

CommandLineInterpreter() 공개 메소드

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

DoRunMainLoop() 공개 메소드

public DoRunMainLoop ( ) : void
리턴 void

EnterNestedBreakState() 공개 메소드

public EnterNestedBreakState ( ) : void
리턴 void

Error() 공개 메소드

public Error ( int pos, string message ) : void
pos int
message string
리턴 void

LeaveNestedBreakState() 공개 메소드

public LeaveNestedBreakState ( ) : void
리턴 void

Main() 공개 정적인 메소드

public static Main ( string args ) : void
args string
리턴 void

ReadInput() 공개 메소드

public ReadInput ( bool is_complete ) : string
is_complete bool
리턴 string

RunInferiorMainLoop() 공개 메소드

public RunInferiorMainLoop ( ) : void
리턴 void

RunMainLoop() 보호된 메소드

protected RunMainLoop ( ) : void
리턴 void