Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Diagnostics.Tracing.EventWrittenEventArgs Class Reference

Classes

class  MoreEventInfo
 

Static Public Attributes

static readonly EventArgs Empty = new EventArgs()
 

Package Functions

 EventWrittenEventArgs (EventSource eventSource, int eventId)
 
unsafe EventWrittenEventArgs (EventSource eventSource, int eventId, Guid *pActivityID, Guid *pChildActivityID)
 

Static Package Attributes

static readonly ReadOnlyCollection< object > EmptyPayload = new ReadOnlyCollection<object>(Array.Empty<object>())
 

Properties

ref EventSource.EventMetadata Metadata [get]
 
stringEventName [get, set]
 
int EventId [get]
 
Guid ActivityId [get]
 
Guid RelatedActivityId [get]
 
ReadOnlyCollection< object?>? Payload [get, set]
 
ReadOnlyCollection< string >? PayloadNames [get, set]
 
EventSource EventSource [get]
 
EventKeywords Keywords [get, set]
 
EventOpcode Opcode [get, set]
 
EventTask Task [get]
 
EventTags Tags [get, set]
 
stringMessage [get, set]
 
EventChannel Channel [get]
 
byte Version [get]
 
EventLevel Level [get, set]
 
long OSThreadId [get, set]
 
DateTime TimeStamp [get, set]
 
MoreEventInfo MoreInfo [get]
 

Private Attributes

Guid _activityId
 
MoreEventInfo _moreInfo
 

Detailed Description

Definition at line 6 of file EventWrittenEventArgs.cs.


The documentation for this class was generated from the following file: