terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ EventKeywords

Enumerator
None 
All 
MicrosoftTelemetry 
WdiContext 
WdiDiagnostic 
Sqm 
AuditFailure 
AuditSuccess 
CorrelationHint 
EventLogClassic 

Definition at line 7 of file EventKeywords.cs.

8 {
9 // Token: 0x0400197D RID: 6525
10 None = 0L,
11 // Token: 0x0400197E RID: 6526
12 All = -1L,
13 // Token: 0x0400197F RID: 6527
14 MicrosoftTelemetry = 562949953421312L,
15 // Token: 0x04001980 RID: 6528
16 WdiContext = 562949953421312L,
17 // Token: 0x04001981 RID: 6529
18 WdiDiagnostic = 1125899906842624L,
19 // Token: 0x04001982 RID: 6530
20 Sqm = 2251799813685248L,
21 // Token: 0x04001983 RID: 6531
22 AuditFailure = 4503599627370496L,
23 // Token: 0x04001984 RID: 6532
24 AuditSuccess = 9007199254740992L,
25 // Token: 0x04001985 RID: 6533
26 CorrelationHint = 4503599627370496L,
27 // Token: 0x04001986 RID: 6534
28 EventLogClassic = 36028797018963968L
29 }