Provides types and members that enable you to create strongly typed events to be captured by event tracing for Windows (ETW).
Classes DiagnosticCounterDiagnosticCounter is an abstract class that serves as the parent class for various Counter* classes, namely EventCounter, PollingCounter, IncrementingEventCounter, and IncrementingPollingCounter.
EventAttributeSpecifies additional event schema information for an event.
EventCommandEventArgsProvides the arguments for the OnEventCommand(EventCommandEventArgs) callback.
EventCounterProvides the ability to collect statistics for very frequent events through the EventSource class.
EventDataAttributeSpecifies a type to be passed to the Write<T>(String, EventSourceOptions, T) method.
EventFieldAttributeThe EventFieldAttribute is placed on fields of user-defined types that are passed as EventSource payloads.
EventIgnoreAttributeSpecifies a property should be ignored when writing an event type with the Write<T>(String, EventSourceOptions, T) method.
EventListenerProvides methods for enabling and disabling events from event sources.
EventSourceProvides the ability to create events for event tracing across platforms.
EventSourceAttributeAllows the event tracing for Windows (ETW) name to be defined independently of the name of the event source class.
EventSourceCreatedEventArgsProvides data for the EventSourceCreated event.
EventSourceExceptionThe exception that is thrown when an error occurs during event tracing for Windows (ETW).
EventWrittenEventArgsProvides data for the OnEventWritten(EventWrittenEventArgs) callback.
IncrementingEventCounterProvides a variant of EventCounter for variables that are ever-increasing, such as the number of exceptions in the runtime.
IncrementingPollingCounterProvides a variant of EventCounter for variables that are ever-increasing, such as the number of exceptions in the runtime.
NonEventAttributeIdentifies a method that is not generating an event.
PollingCounterProvides a variant of EventCounter that collects and calculates similar statistics as EventCounter.
Structs EnumsA strongly typed event is identified by name and contains payload descriptions. You can discover the list of events that a program can produce by using reflection.
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide. In this articleWas this page helpful?
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4