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
DllImportSearchPath.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000447 RID: 1095
6 [Flags]
8 {
9 // Token: 0x0400125F RID: 4703
11 // Token: 0x04001260 RID: 4704
13 // Token: 0x04001261 RID: 4705
14 UserDirectories = 1024,
15 // Token: 0x04001262 RID: 4706
16 System32 = 2048,
17 // Token: 0x04001263 RID: 4707
18 SafeDirectories = 4096,
19 // Token: 0x04001264 RID: 4708
21 // Token: 0x04001265 RID: 4709
23 }
24}