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
AssemblyNameFlags.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Reflection
4{
5 // Token: 0x020004C5 RID: 1221
6 [Flags]
7 public enum AssemblyNameFlags
8 {
9 // Token: 0x04001361 RID: 4961
10 None = 0,
11 // Token: 0x04001362 RID: 4962
12 PublicKey = 1,
13 // Token: 0x04001363 RID: 4963
15 // Token: 0x04001364 RID: 4964
17 // Token: 0x04001365 RID: 4965
18 Retargetable = 256
19 }
20}