EventTraceRegisteredProvider overview
Public Properties
ProviderGuid |
Returns a String which represents the provider GUID. |
Name |
Returns a String which represents the provider's name. The name is obtained from the XML data files if the library can find them. |
Description |
Returns a String which represents the provider's description. The decription is obtained from the XML data files if the library can find them. |
ProviderGuidType |
Returns an EventTraceProviderGuidType enumeration that determines the type of GUID the ProviderGuid property refers to. |
SessionThreadID | Returns an Int32 which is the thread identifier of the event tracing session. |
EnableLevel |
Returns an Int32 of the tracing level set by the consumer. |
EnableFlags |
Returns an Int32 of the tracing flags set by the consumer. |
IsEnabled |
Returns a Boolean and is true if the provider is currently tracing events. This is enabled by a consumer. |
See Also
EventTraceSessionCollection Class |
EventTraceSession Class |
EventTraceRegisteredProvider Class |
EventTraceProviderCollection Class |
EventTraceProvider Class |
EventTraceKernelSession Class