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.
1
using
System
;
2
3
namespace
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
12
LogicalOperationStack
= 1,
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
}
System.Diagnostics.TraceOptions
TraceOptions
Definition
TraceOptions.cs:8
System.Diagnostics.TraceOptions.ProcessId
@ ProcessId
System.Diagnostics.TraceOptions.Callstack
@ Callstack
System.Diagnostics.TraceOptions.ThreadId
@ ThreadId
System.Diagnostics.TraceOptions.None
@ None
System.Diagnostics.TraceOptions.Timestamp
@ Timestamp
System.Diagnostics.TraceOptions.LogicalOperationStack
@ LogicalOperationStack
System.Diagnostics
Definition
ConditionalAttribute.cs:5
System
Definition
__ComObject.cs:4
System.DateTime
Definition
DateTime.cs:13
source
System
Diagnostics
TraceOptions.cs
Generated by
1.10.0