EventListener
EventListener()
DisableEvents(EventSource)
Dispose()
EnableEvents(EventSource, EventLevel)
EnableEvents(EventSource, EventLevel, EventKeywords)
EnableEvents(EventSource, EventLevel, EventKeywords, IDictionary<String, String>)
EventSourceIndex(EventSource)
OnEventSourceCreated(EventSource)
OnEventWritten(EventWrittenEventArgs)
EventSourceCreated
EventWritten
net481
namespace Microsoft.Diagnostics.Tracing
{
public class EventListener : IDisposable
{
public event EventHandler<EventWrittenEventArgs!>? EventWritten;
}
}
.NET Framework | 4.6.14.6.24.74.7.14.7.24.84.8.1 |
---|---|
Information specific to net481 | |
Assemblies | Microsoft.Diagnostics.Tracing.EventSource , Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 Microsoft.Diagnostics.Tracing.EventSource , Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 |
Referencing | Your project needs a package reference to |
Package | Microsoft.Diagnostics.Tracing.EventSource.Redist (6.0.0) net461 |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API