C# Class System.Diagnostics.TraceInternal

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Private Properties

Свойство Type Description
InitializeSettings void
Refresh void
SetIndentSize void

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
InitializeSettings ( ) : void
Refresh ( ) : void
SetIndentSize ( int value ) : void

Method Details

Assert() public static méthode

public static Assert ( bool condition ) : void
condition bool
Résultat void

Assert() public static méthode

public static Assert ( bool condition, string message ) : void
condition bool
message string
Résultat void

Assert() public static méthode

public static Assert ( bool condition, string message, string detailMessage ) : void
condition bool
message string
detailMessage string
Résultat void

Close() public static méthode

public static Close ( ) : void
Résultat void

Fail() public static méthode

public static Fail ( string message ) : void
message string
Résultat void

Fail() public static méthode

public static Fail ( string message, string detailMessage ) : void
message string
detailMessage string
Résultat void

Flush() public static méthode

public static Flush ( ) : void
Résultat void

Indent() public static méthode

public static Indent ( ) : void
Résultat void

TraceEvent() public static méthode

public static TraceEvent ( TraceEventType eventType, int id, string format ) : void
eventType TraceEventType
id int
format string
Résultat void

Unindent() public static méthode

public static Unindent ( ) : void
Résultat void

Write() public static méthode

public static Write ( object value ) : void
value object
Résultat void

Write() public static méthode

public static Write ( object value, string category ) : void
value object
category string
Résultat void

Write() public static méthode

public static Write ( string message ) : void
message string
Résultat void

Write() public static méthode

public static Write ( string message, string category ) : void
message string
category string
Résultat void

WriteIf() public static méthode

public static WriteIf ( bool condition, object value ) : void
condition bool
value object
Résultat void

WriteIf() public static méthode

public static WriteIf ( bool condition, object value, string category ) : void
condition bool
value object
category string
Résultat void

WriteIf() public static méthode

public static WriteIf ( bool condition, string message ) : void
condition bool
message string
Résultat void

WriteIf() public static méthode

public static WriteIf ( bool condition, string message, string category ) : void
condition bool
message string
category string
Résultat void

WriteLine() public static méthode

public static WriteLine ( object value ) : void
value object
Résultat void

WriteLine() public static méthode

public static WriteLine ( object value, string category ) : void
value object
category string
Résultat void

WriteLine() public static méthode

public static WriteLine ( string message ) : void
message string
Résultat void

WriteLine() public static méthode

public static WriteLine ( string message, string category ) : void
message string
category string
Résultat void

WriteLineIf() public static méthode

public static WriteLineIf ( bool condition, object value ) : void
condition bool
value object
Résultat void

WriteLineIf() public static méthode

public static WriteLineIf ( bool condition, object value, string category ) : void
condition bool
value object
category string
Résultat void

WriteLineIf() public static méthode

public static WriteLineIf ( bool condition, string message ) : void
condition bool
message string
Résultat void

WriteLineIf() public static méthode

public static WriteLineIf ( bool condition, string message, string category ) : void
condition bool
message string
category string
Résultat void