|
Terraria v1.4.4.9
Terraria source code documentation
|
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] |
| string? | EventName [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] |
| string? | Message [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 |
Definition at line 6 of file EventWrittenEventArgs.cs.