C# Класс DotRas.Diagnostics.DiagnosticSource

Represents a diagnostic source. This class cannot be inherited.
Показать файл Открыть проект

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