C# 클래스 System.Diagnostics.Trace

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

공개 메소드들

메소드 설명
Refresh ( ) : void

비공개 메소드들

메소드 설명
Assert ( bool condition ) : void
Assert ( bool condition, string message ) : void
Assert ( bool condition, string message, string detailMessage ) : void
Close ( ) : void
Fail ( string message ) : void
Fail ( string message, string detailMessage ) : void
Flush ( ) : void
Indent ( ) : void
Trace ( )
Trace ( ) : System
TraceError ( string message ) : void
TraceInformation ( string message ) : void
TraceWarning ( string message ) : void
Unindent ( ) : void
Write ( object value ) : void
Write ( object value, string category ) : void
Write ( string message ) : void
Write ( string message, string category ) : void
WriteIf ( bool condition, object value ) : void
WriteIf ( bool condition, object value, string category ) : void
WriteIf ( bool condition, string message ) : void
WriteIf ( bool condition, string message, string category ) : void
WriteLine ( object value ) : void
WriteLine ( object value, string category ) : void
WriteLine ( string message ) : void
WriteLine ( string message, string category ) : void
WriteLineIf ( bool condition, object value ) : void
WriteLineIf ( bool condition, object value, string category ) : void
WriteLineIf ( bool condition, string message ) : void
WriteLineIf ( bool condition, string message, string category ) : void

메소드 상세

Refresh() 공개 정적인 메소드

public static Refresh ( ) : void
리턴 void