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
ProcessorArchitecture.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Reflection
4{
5 // Token: 0x020004E6 RID: 1254
7 {
8 // Token: 0x04001403 RID: 5123
9 None,
10 // Token: 0x04001404 RID: 5124
11 MSIL,
12 // Token: 0x04001405 RID: 5125
13 X86,
14 // Token: 0x04001406 RID: 5126
15 IA64,
16 // Token: 0x04001407 RID: 5127
17 Amd64,
18 // Token: 0x04001408 RID: 5128
19 Arm
20 }
21}