EventSource
EventData
EventSourcePrimitive
EventSource()
EventSource(Boolean)
EventSource(EventSourceSettings)
EventSource(String)
EventSource(EventSourceSettings, String[])
EventSource(String, EventSourceSettings)
EventSource(String, EventSourceSettings, String[])
~EventSource()
ConstructionException
CurrentThreadActivityId
Guid
Name
Settings
Dispose()
Dispose(Boolean)
GenerateManifest(Type, String)
GenerateManifest(Type, String, EventManifestOptions)
GetGuid(Type)
GetName(Type)
GetSources()
GetTrait(String)
IsEnabled()
IsEnabled(EventLevel, EventKeywords)
IsEnabled(EventLevel, EventKeywords, EventChannel)
OnEventCommand(EventCommandEventArgs)
SendCommand(EventSource, EventCommand, IDictionary<String, String>)
SetCurrentThreadActivityId(Guid)
SetCurrentThreadActivityId(Guid, Guid)
ToString()
Write(String)
Write(String, EventSourceOptions)
Write<T>(String, T)
Write<T>(String, EventSourceOptions, T)
Write<T>(String, EventSourceOptions, T)
Write<T>(String, EventSourceOptions, Guid, Guid, T)
WriteEvent(Int32)
WriteEvent(Int32, Byte[])
WriteEvent(Int32, EventSourcePrimitive[])
WriteEvent(Int32, Int32)
WriteEvent(Int32, Int64)
WriteEvent(Int32, Object[])
WriteEvent(Int32, String)
WriteEvent(Int32, Int32, Int32)
WriteEvent(Int32, Int32, String)
WriteEvent(Int32, Int64, Byte[])
WriteEvent(Int32, Int64, Int64)
WriteEvent(Int32, Int64, String)
WriteEvent(Int32, String, Int32)
WriteEvent(Int32, String, Int64)
WriteEvent(Int32, String, String)
WriteEvent(Int32, Int32, Int32, Int32)
WriteEvent(Int32, Int64, Int64, Int64)
WriteEvent(Int32, String, Int32, Int32)
WriteEvent(Int32, String, String, String)
WriteEventCore(Int32, Int32, EventData*)
WriteEventWithRelatedActivityId(Int32, Guid, Object[])
WriteEventWithRelatedActivityIdCore(Int32, Guid*, Int32, EventData*)
EventCommandExecuted
net9.0
namespace System.Diagnostics.Tracing
{
[DynamicallyAccessedMembers((DynamicallyAccessedMemberTypes)-1)]
public class EventSource : IDisposable
{
protected void WriteEvent(int eventId, params EventSourcePrimitive[]! args);
}
}
nuget.org | 0.2 %
Reference this API |
---|---|
Upgrade Planner | 0.0 %
Reference this API |
Design Reviews |
|
.NET | 8.09.0 |
Information specific to net9.0 | |
Assembly | System.Diagnostics.Tracing , Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | The API is automatically referenced. |
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API