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
AsyncOperationManager.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x0200032F RID: 815
7 public static class AsyncOperationManager
8 {
9 // Token: 0x0600153F RID: 5439 RVA: 0x0003FC94 File Offset: 0x0003DE94
15
16 // Token: 0x170004D9 RID: 1241
17 // (get) Token: 0x06001540 RID: 5440 RVA: 0x0003FCB0 File Offset: 0x0003DEB0
18 // (set) Token: 0x06001541 RID: 5441 RVA: 0x0003FCD0 File Offset: 0x0003DED0
21 {
22 get
23 {
25 {
26 }
28 }
29 set
30 {
32 }
33 }
34 }
35}
class f__AnonymousType0<< Count > j__TPar
static AsyncOperation CreateOperation(object userSuppliedState)
static SynchronizationContext SynchronizationContext
static AsyncOperation CreateOperation(object userSuppliedState, SynchronizationContext syncContext)
static void SetSynchronizationContext(SynchronizationContext syncContext)