EventsTraceSourceExtensions Class

Definition

public static class EventsTraceSourceExtensions
type EventsTraceSourceExtensions = class
Public Module EventsTraceSourceExtensions
Inheritance
EventsTraceSourceExtensions

Methods

UseClassicEvents(ITraceSource)

Provides classic ETW events from a trace, which do not include schema information.

UseGenericEvents(ITraceSource)

Provides manifested and TraceLogging events from a trace.

UseGenericEvents(ITraceSource, GenericEventSettings)

Provides a subset of manifested or TraceLogging events from a trace.

UseGenericEvents(ITraceSource, Guid[])

Provides a subset of manifested or TraceLogging events from a trace.

UseStackEvents(ITraceSource)

Provides data about events associated with stacks recorded during a trace.

UseTraceStatistics(ITraceSource)

Provides statistics about the events in a trace.

UseWindowsTracePreprocessorEvents(ITraceSource)

Provides Windows software trace preprocessor (WPP) events from a trace.

Applies to