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
TypeNameFormatFlags.cs
Go to the documentation of this file.
1using System;
2
3namespace System
4{
5 // Token: 0x02000156 RID: 342
6 internal enum TypeNameFormatFlags
7 {
8 // Token: 0x0400053B RID: 1339
10 // Token: 0x0400053C RID: 1340
12 // Token: 0x0400053D RID: 1341
14 // Token: 0x0400053E RID: 1342
16 // Token: 0x0400053F RID: 1343
18 // Token: 0x04000540 RID: 1344
19 FormatNoVersion = 16,
20 // Token: 0x04000541 RID: 1345
22 // Token: 0x04000542 RID: 1346
23 FormatStubInfo = 128,
24 // Token: 0x04000543 RID: 1347
26 // Token: 0x04000544 RID: 1348
28 }
29}