C# 클래스 Mono.Debugger.ReportWriter

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

공개 메소드들

메소드 설명
Debug ( DebugFlags category, string message ) : void
Error ( string message ) : void
Print ( string message ) : void
ReadLine ( ) : string
ReportWriter ( ) : System
ReportWriter ( string file, DebugFlags flags ) : System

보호된 메소드들

메소드 설명
DoWriteLine ( string message ) : void

메소드 상세

Debug() 공개 메소드

public Debug ( DebugFlags category, string message ) : void
category DebugFlags
message string
리턴 void

DoWriteLine() 보호된 메소드

protected DoWriteLine ( string message ) : void
message string
리턴 void

Error() 공개 메소드

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

Print() 공개 메소드

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

ReadLine() 공개 메소드

public ReadLine ( ) : string
리턴 string

ReportWriter() 공개 메소드

public ReportWriter ( ) : System
리턴 System

ReportWriter() 공개 메소드

public ReportWriter ( string file, DebugFlags flags ) : System
file string
flags DebugFlags
리턴 System