This documentation is archived and is not being maintained.
System.Diagnostics.Eventing Namespace
Visual Studio 2010
Contains the classes used to instrument your application. The instrumentation, when enabled, logs the event data to the Event Tracing for Windows (ETW) tracing subsystem. For a complete description of ETW, see Event Tracing for Windows.
The classes in this namespace work only on Windows Vista.
| Class | Description | |
|---|---|---|
![]() | EventProvider | Use this class to write events. |
![]() | EventProviderTraceListener | A listener for System.Diagnostics::TraceSource that writes events to the ETW subsytem. |
| Structure | Description | |
|---|---|---|
![]() | EventDescriptor | Contains the metadata that defines an event. |
| Enumeration | Description | |
|---|---|---|
![]() | EventProvider::WriteEventErrorCode | Defines the possible states of the last write operation. |
Show:


