C# Класс Kinect.Common.BindableTraceListener

Tracelistener bindable to view
Наследование: System.Diagnostics.TraceListener, INotifyCollectionChanged
Показать файл Открыть проект

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

Метод Описание
Write ( string message ) : void

When overridden in a derived class, writes the specified message to the listener you create in the derived class.

WriteLine ( string message ) : void

When overridden in a derived class, writes a message to the listener you create in the derived class, followed by a line terminator.

Приватные методы

Метод Описание
OnCollectionChanged ( Message message ) : void

Called when [collection changed].

WriteMessage ( Message message ) : void

Writes the message.

Описание методов

Write() публичный Метод

When overridden in a derived class, writes the specified message to the listener you create in the derived class.
public Write ( string message ) : void
message string A message to write.
Результат void

WriteLine() публичный Метод

When overridden in a derived class, writes a message to the listener you create in the derived class, followed by a line terminator.
public WriteLine ( string message ) : void
message string A message to write.
Результат void