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

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

공개 메소드들

메소드 설명
Write ( bool is_stderr, string text ) : void
WriteLine ( bool is_stderr, string line ) : void

메소드 상세

Write() 공개 추상적인 메소드

public abstract Write ( bool is_stderr, string text ) : void
is_stderr bool
text string
리턴 void

WriteLine() 공개 메소드

public WriteLine ( bool is_stderr, string line ) : void
is_stderr bool
line string
리턴 void