Uses of Class
system.diagnostics.tracing.EventSource
-
Packages that use EventSource Package Description system.diagnostics.tracing -
-
Uses of EventSource in system.diagnostics.tracing
Methods in system.diagnostics.tracing that return EventSource Modifier and Type Method Description static EventSource
EventSource. cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoEventSource
, a cast assert is made to check if types are compatible.EventSource
DiagnosticCounter. getEventSource()
EventSource
EventSourceCreatedEventArgs. getEventSource()
EventSource
EventWrittenEventArgs. getEventSource()
Methods in system.diagnostics.tracing with parameters of type EventSource Modifier and Type Method Description void
EventListener. DisableEvents(EventSource eventSource)
void
EventListener. EnableEvents(EventSource eventSource, EventLevel level)
void
EventListener. EnableEvents(EventSource eventSource, EventLevel level, EventKeywords matchAnyKeyword)
static int
EventListener. EventSourceIndex(EventSource eventSource)
void
EventSourceCreatedEventArgs. setEventSource(EventSource EventSource)
Constructors in system.diagnostics.tracing with parameters of type EventSource Constructor Description EventCounter(String name, EventSource eventSource)
IncrementingEventCounter(String name, EventSource eventSource)
-