Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

EventSource::IsEnabled Method

.NET Framework (current version)
 

Determines whether the current event source is enabled.

Namespace:   System.Diagnostics.Tracing
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodIsEnabled()

Determines whether the current event source is enabled.

System_CAPS_pubmethodIsEnabled(EventLevel, EventKeywords)

Determines whether the current event source that has the specified level and keyword is enabled.

System_CAPS_pubmethodIsEnabled(EventLevel, EventKeywords, EventChannel)

Determines whether the current event source is enabled for events with the specified level, keywords and channel.

Return to top
Show:
© 2017 Microsoft