C# 클래스 Mono.Debugger.Test.Framework.NUnitInterpreter

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

공개 메소드들

메소드 설명
Print ( string message ) : void
Wait ( ) : DebuggerEvent

보호된 메소드들

메소드 설명
OnEnterNestedBreakState ( Thread thread ) : void
OnMainProcessCreated ( Process process ) : void
OnProcessCreated ( Process process ) : void
OnProcessExecd ( Process process ) : void
OnProcessExited ( Process process ) : void
OnTargetExited ( ) : void
OnTargetOutput ( bool is_stderr, string line ) : void
OnThreadCreated ( Thread thread ) : void
OnThreadExited ( Thread thread ) : void

비공개 메소드들

메소드 설명
AddEvent ( DebuggerEvent e ) : void
NUnitInterpreter ( DebuggerConfiguration config, DebuggerOptions options, LineReader inferior_stdout, LineReader inferior_stderr ) : System

메소드 상세

OnEnterNestedBreakState() 보호된 메소드

protected OnEnterNestedBreakState ( Thread thread ) : void
thread Thread
리턴 void

OnMainProcessCreated() 보호된 메소드

protected OnMainProcessCreated ( Process process ) : void
process Process
리턴 void

OnProcessCreated() 보호된 메소드

protected OnProcessCreated ( Process process ) : void
process Process
리턴 void

OnProcessExecd() 보호된 메소드

protected OnProcessExecd ( Process process ) : void
process Process
리턴 void

OnProcessExited() 보호된 메소드

protected OnProcessExited ( Process process ) : void
process Process
리턴 void

OnTargetExited() 보호된 메소드

protected OnTargetExited ( ) : void
리턴 void

OnTargetOutput() 보호된 메소드

protected OnTargetOutput ( bool is_stderr, string line ) : void
is_stderr bool
line string
리턴 void

OnThreadCreated() 보호된 메소드

protected OnThreadCreated ( Thread thread ) : void
thread Thread
리턴 void

OnThreadExited() 보호된 메소드

protected OnThreadExited ( Thread thread ) : void
thread Thread
리턴 void

Print() 공개 메소드

public Print ( string message ) : void
message string
리턴 void

Wait() 공개 메소드

public Wait ( ) : DebuggerEvent
리턴 DebuggerEvent