C# 클래스 Mono.CSharp.ReportPrinter

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

공개 프로퍼티들

프로퍼티 타입 설명
Stacktrace bool

공개 메소드들

메소드 설명
Print ( AbstractMessage msg ) : void
Reset ( ) : void

보호된 메소드들

메소드 설명
FormatText ( string txt ) : string
Print ( AbstractMessage msg, TextWriter output ) : void

메소드 상세

FormatText() 보호된 메소드

protected FormatText ( string txt ) : string
txt string
리턴 string

Print() 공개 메소드

public Print ( AbstractMessage msg ) : void
msg AbstractMessage
리턴 void

Print() 보호된 메소드

protected Print ( AbstractMessage msg, TextWriter output ) : void
msg AbstractMessage
output System.IO.TextWriter
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

프로퍼티 상세

Stacktrace 공개적으로 프로퍼티

Whether to dump a stack trace on errors.
public bool Stacktrace
리턴 bool