C# 클래스 DotRas.Diagnostics.DiagnosticSource

Represents a diagnostic source. This class cannot be inherited.
파일 보기 프로젝트 열기: mogikanin/DotRas

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
DiagnosticSource ( TraceSource source ) : System.Diagnostics

Initializes a new instance of the DiagnosticSource class.

TraceEvent ( TraceEventType eventType, int eventId, TraceEvent evt ) : void

Traces the event.

메소드 상세

DiagnosticSource() 공개 메소드

Initializes a new instance of the DiagnosticSource class.
public DiagnosticSource ( TraceSource source ) : System.Diagnostics
source TraceSource The trace source.
리턴 System.Diagnostics

TraceEvent() 공개 메소드

Traces the event.
is a null reference (Nothing in Visual Basic).
public TraceEvent ( TraceEventType eventType, int eventId, TraceEvent evt ) : void
eventType TraceEventType The type of event.
eventId int The event id.
evt TraceEvent The trace event data.
리턴 void