54 MoreInfo.EventName =
value;
85 return Metadata.ParameterNames;
93 MoreInfo.PayloadNames =
value;
111 MoreInfo.Keywords =
value;
127 MoreInfo.Opcode =
value;
137 return (
EventTask)Metadata.Descriptor.Task;
149 return Metadata.Tags;
155 MoreInfo.Tags =
value;
168 return Metadata.Message;
176 MoreInfo.Message =
value;
198 return Metadata.Descriptor.
Version;
216 MoreInfo.Level =
value;
225 if (!osThreadId.HasValue)
229 return osThreadId.Value;
233 MoreInfo.OsThreadId =
value;
249 : this(eventSource, eventId)
251 if (pActivityID !=
null)
255 if (pChildActivityID !=
null)
257 MoreInfo.RelatedActivityId = *pChildActivityID;
volatile EventMetadata[] m_eventData
static Guid CurrentThreadActivityId
ReadOnlyCollection< string > PayloadNames
static readonly ReadOnlyCollection< object > EmptyPayload
ReadOnlyCollection< object?>? Payload
EventWrittenEventArgs(EventSource eventSource, int eventId)
ReadOnlyCollection< string >? PayloadNames
unsafe EventWrittenEventArgs(EventSource eventSource, int eventId, Guid *pActivityID, Guid *pChildActivityID)
static ulong CurrentOSThreadId
Version(int major, int minor, int build, int revision)
static unsafe DateTime UtcNow
static readonly Guid Empty