C# 클래스 Mono.Debugger.Report

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

공개 메소드들

메소드 설명
Error ( string message ) : void
Initialize ( ) : void
Initialize ( ReportWriter the_writer ) : void
Initialize ( string file, DebugFlags flags ) : void
ParseDebugFlags ( string value, DebugFlags &flags ) : bool
Print ( string message ) : void
ReadLine ( ) : string

비공개 메소드들

메소드 설명
Debug ( DebugFlags category, object argument ) : void
Debug ( DebugFlags category, string message ) : void

메소드 상세

Error() 공개 정적인 메소드

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

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

Initialize() 공개 정적인 메소드

public static Initialize ( ReportWriter the_writer ) : void
the_writer ReportWriter
리턴 void

Initialize() 공개 정적인 메소드

public static Initialize ( string file, DebugFlags flags ) : void
file string
flags DebugFlags
리턴 void

ParseDebugFlags() 공개 정적인 메소드

public static ParseDebugFlags ( string value, DebugFlags &flags ) : bool
value string
flags DebugFlags
리턴 bool

Print() 공개 정적인 메소드

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

ReadLine() 공개 정적인 메소드

public static ReadLine ( ) : string
리턴 string