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
X500DistinguishedNameFlags.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020000F9 RID: 249
6 [Flags]
8 {
9 // Token: 0x04000487 RID: 1159
10 None = 0,
11 // Token: 0x04000488 RID: 1160
12 Reversed = 1,
13 // Token: 0x04000489 RID: 1161
14 UseSemicolons = 16,
15 // Token: 0x0400048A RID: 1162
17 // Token: 0x0400048B RID: 1163
18 DoNotUseQuotes = 64,
19 // Token: 0x0400048C RID: 1164
20 UseCommas = 128,
21 // Token: 0x0400048D RID: 1165
22 UseNewLines = 256,
23 // Token: 0x0400048E RID: 1166
24 UseUTF8Encoding = 4096,
25 // Token: 0x0400048F RID: 1167
26 UseT61Encoding = 8192,
27 // Token: 0x04000490 RID: 1168
28 ForceUTF8Encoding = 16384
29 }
30}