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
NativeOverlapped.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Threading
4{
5 // Token: 0x020001CC RID: 460
6 public struct NativeOverlapped
7 {
8 // Token: 0x0400091F RID: 2335
10
11 // Token: 0x04000920 RID: 2336
13
14 // Token: 0x04000921 RID: 2337
15 public int OffsetLow;
16
17 // Token: 0x04000922 RID: 2338
18 public int OffsetHigh;
19
20 // Token: 0x04000923 RID: 2339
22 }
23}