C# 클래스 Kinect.Common.BindableTraceListener

Tracelistener bindable to view
상속: System.Diagnostics.TraceListener, INotifyCollectionChanged
파일 보기 프로젝트 열기: atosorigin/Kinect

공개 메소드들

메소드 설명
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