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
TraceOptions.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Diagnostics
4{
5 // Token: 0x020000D3 RID: 211
6 [Flags]
7 public enum TraceOptions
8 {
9 // Token: 0x040003B9 RID: 953
10 None = 0,
11 // Token: 0x040003BA RID: 954
13 // Token: 0x040003BB RID: 955
14 DateTime = 2,
15 // Token: 0x040003BC RID: 956
16 Timestamp = 4,
17 // Token: 0x040003BD RID: 957
18 ProcessId = 8,
19 // Token: 0x040003BE RID: 958
20 ThreadId = 16,
21 // Token: 0x040003BF RID: 959
22 Callstack = 32
23 }
24}