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
ProcessWindowStyle.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Diagnostics
4{
5 // Token: 0x020000E2 RID: 226
7 {
8 // Token: 0x04000424 RID: 1060
9 Hidden = 1,
10 // Token: 0x04000425 RID: 1061
11 Maximized = 3,
12 // Token: 0x04000426 RID: 1062
13 Minimized = 2,
14 // Token: 0x04000427 RID: 1063
15 Normal = 0
16 }
17}