C# Класс System.Diagnostics.Trace

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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