Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
DiagnosticSource ( TraceSource source ) : System.Diagnostics |
Initializes a new instance of the DiagnosticSource class.
|
|
TraceEvent ( TraceEventType eventType, int eventId, |
Traces the event.
|
public DiagnosticSource ( TraceSource source ) : System.Diagnostics | ||
source | TraceSource | The trace source. |
Résultat | System.Diagnostics |
public TraceEvent ( TraceEventType eventType, int eventId, |
||
eventType | TraceEventType | The type of event. |
eventId | int | The event id. |
evt | The trace event data. | |
Résultat | void |