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
AsyncOperation.cs
Go to the documentation of this file.
1using System;
5
6namespace UnityEngine
7{
8 // Token: 0x020000A4 RID: 164
9 [NativeHeader("Runtime/Export/Scripting/AsyncOperation.bindings.h")]
10 [NativeHeader("Runtime/Misc/AsyncOperation.h")]
12 [StructLayout(0)]
14 {
15 // Token: 0x06000302 RID: 770 RVA: 0x0000659C File Offset: 0x0000479C
16 protected override void Finalize()
17 {
18 IntPtr ptr = this.m_Ptr;
19 throw new MissingMethodException();
20 }
21
22 // Token: 0x06000303 RID: 771 RVA: 0x000065E0 File Offset: 0x000047E0
24 internal void InvokeCompletionEvent()
25 {
26 if (this.m_completeCallback != null)
27 {
28 }
29 }
30
31 // Token: 0x06000304 RID: 772 RVA: 0x000065F8 File Offset: 0x000047F8
32 [NativeMethod(IsThreadSafe = true)]
33 [StaticAccessor("AsyncOperationBindings", StaticAccessorType.DoubleColon)]
34 private static void InternalDestroy(IntPtr ptr)
35 {
36 throw new MissingMethodException();
37 }
38
39 // Token: 0x170000AD RID: 173
40 // (get) Token: 0x06000305 RID: 773 RVA: 0x0000660C File Offset: 0x0000480C
41 public bool isDone
42 {
43 [NativeMethod("IsDone")]
44 get
45 {
46 throw new MissingMethodException();
47 }
48 }
49
50 // Token: 0x06000306 RID: 774 RVA: 0x00006620 File Offset: 0x00004820
52 {
53 }
54
55 // Token: 0x04000361 RID: 865
56 internal IntPtr m_Ptr;
57
58 // Token: 0x04000362 RID: 866
60 }
61}
class f__AnonymousType0<< Count > j__TPar
Action< AsyncOperation > m_completeCallback
static void InternalDestroy(IntPtr ptr)