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
IAsyncResult.cs
Go to the documentation of this file.
1using System;
3
4namespace System
5{
6 // Token: 0x020000C2 RID: 194
7 public interface IAsyncResult
8 {
9 // Token: 0x1700008B RID: 139
10 // (get) Token: 0x06000753 RID: 1875
11 bool IsCompleted { get; }
12
13 // Token: 0x1700008C RID: 140
14 // (get) Token: 0x06000754 RID: 1876
16
17 // Token: 0x1700008D RID: 141
18 // (get) Token: 0x06000755 RID: 1877
19 object AsyncState { get; }
20
21 // Token: 0x1700008E RID: 142
22 // (get) Token: 0x06000756 RID: 1878
24 }
25}
WaitHandle AsyncWaitHandle