Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
EventKeywords.cs
Go to the documentation of this file.
1
namespace
System.Diagnostics.Tracing
;
2
3
[Flags]
4
public
enum
EventKeywords
:
long
5
{
6
None
= 0
L
,
7
All
= -1
L
,
8
MicrosoftTelemetry
= 0x2000000000000
L
,
9
WdiContext
= 0x2000000000000
L
,
10
WdiDiagnostic
= 0x4000000000000
L
,
11
Sqm
= 0x8000000000000
L
,
12
AuditFailure
= 0x10000000000000
L
,
13
AuditSuccess
= 0x20000000000000
L
,
14
CorrelationHint
= 0x10000000000000
L
,
15
EventLogClassic
= 0x80000000000000
L
16
}
System.Diagnostics.Tracing.EventKeywords
EventKeywords
Definition
EventKeywords.cs:5
System.Diagnostics.Tracing.EventKeywords.MicrosoftTelemetry
@ MicrosoftTelemetry
System.Diagnostics.Tracing.EventKeywords.AuditFailure
@ AuditFailure
System.Diagnostics.Tracing.EventKeywords.CorrelationHint
@ CorrelationHint
System.Diagnostics.Tracing.EventKeywords.AuditSuccess
@ AuditSuccess
System.Diagnostics.Tracing.EventKeywords.Sqm
@ Sqm
System.Diagnostics.Tracing.EventKeywords.EventLogClassic
@ EventLogClassic
System.Diagnostics.Tracing.EventKeywords.All
@ All
System.Diagnostics.Tracing.EventKeywords.WdiDiagnostic
@ WdiDiagnostic
System.Diagnostics.Tracing.EventKeywords.WdiContext
@ WdiContext
System.Diagnostics.Tracing.EventActivityOptions.None
@ None
System.Diagnostics.Tracing
Definition
ActivityTracker.cs:4
System.ConsoleKey.L
@ L
source
System.Private.CoreLib
System.Diagnostics.Tracing
EventKeywords.cs
Generated by
1.10.0