EventsTraceSourceExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, 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. |
UseGenericEvents(ITraceSource) |
Provides manifested and 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. |