C# 클래스 System.Diagnostics.TraceInternal

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

Private Properties

프로퍼티 타입 설명
InitializeSettings void
Refresh void
SetIndentSize 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
TraceEvent ( TraceEventType eventType, int id, string format ) : 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

비공개 메소드들

메소드 설명
InitializeSettings ( ) : void
Refresh ( ) : void
SetIndentSize ( int value ) : void

메소드 상세

Assert() 공개 정적인 메소드

public static Assert ( bool condition ) : void
condition bool
리턴 void

Assert() 공개 정적인 메소드

public static Assert ( bool condition, string message ) : void
condition bool
message string
리턴 void

Assert() 공개 정적인 메소드

public static Assert ( bool condition, string message, string detailMessage ) : void
condition bool
message string
detailMessage string
리턴 void

Close() 공개 정적인 메소드

public static Close ( ) : void
리턴 void

Fail() 공개 정적인 메소드

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

Fail() 공개 정적인 메소드

public static Fail ( string message, string detailMessage ) : void
message string
detailMessage string
리턴 void

Flush() 공개 정적인 메소드

public static Flush ( ) : void
리턴 void

Indent() 공개 정적인 메소드

public static Indent ( ) : void
리턴 void

TraceEvent() 공개 정적인 메소드

public static TraceEvent ( TraceEventType eventType, int id, string format ) : void
eventType TraceEventType
id int
format string
리턴 void

Unindent() 공개 정적인 메소드

public static Unindent ( ) : void
리턴 void

Write() 공개 정적인 메소드

public static Write ( object value ) : void
value object
리턴 void

Write() 공개 정적인 메소드

public static Write ( object value, string category ) : void
value object
category string
리턴 void

Write() 공개 정적인 메소드

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

Write() 공개 정적인 메소드

public static Write ( string message, string category ) : void
message string
category string
리턴 void

WriteIf() 공개 정적인 메소드

public static WriteIf ( bool condition, object value ) : void
condition bool
value object
리턴 void

WriteIf() 공개 정적인 메소드

public static WriteIf ( bool condition, object value, string category ) : void
condition bool
value object
category string
리턴 void

WriteIf() 공개 정적인 메소드

public static WriteIf ( bool condition, string message ) : void
condition bool
message string
리턴 void

WriteIf() 공개 정적인 메소드

public static WriteIf ( bool condition, string message, string category ) : void
condition bool
message string
category string
리턴 void

WriteLine() 공개 정적인 메소드

public static WriteLine ( object value ) : void
value object
리턴 void

WriteLine() 공개 정적인 메소드

public static WriteLine ( object value, string category ) : void
value object
category string
리턴 void

WriteLine() 공개 정적인 메소드

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

WriteLine() 공개 정적인 메소드

public static WriteLine ( string message, string category ) : void
message string
category string
리턴 void

WriteLineIf() 공개 정적인 메소드

public static WriteLineIf ( bool condition, object value ) : void
condition bool
value object
리턴 void

WriteLineIf() 공개 정적인 메소드

public static WriteLineIf ( bool condition, object value, string category ) : void
condition bool
value object
category string
리턴 void

WriteLineIf() 공개 정적인 메소드

public static WriteLineIf ( bool condition, string message ) : void
condition bool
message string
리턴 void

WriteLineIf() 공개 정적인 메소드

public static WriteLineIf ( bool condition, string message, string category ) : void
condition bool
message string
category string
리턴 void