terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
AsyncOperation.cs
Go to the documentation of this file.
1using System;
8
9namespace UnityEngine
10{
11 [NativeHeader("Runtime/Export/Scripting/AsyncOperation.bindings.h")]
12 [NativeHeader("Runtime/Misc/AsyncOperation.h")]
14 [global::Cpp2ILInjected.Token(Token = "0x20000A4")]
15 [StructLayout(0)]
17 {
18 [global::Cpp2ILInjected.Token(Token = "0x6000302")]
19 [global::Cpp2ILInjected.Address(RVA = "0x1F7B46C", Offset = "0x1F7B46C", Length = "0xBC")]
20 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
22 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "Finalize", ReturnType = typeof(void))]
23 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
24 protected override void Finalize()
25 {
26 throw null;
27 }
28
30 [global::Cpp2ILInjected.Token(Token = "0x6000303")]
31 [global::Cpp2ILInjected.Address(RVA = "0x1F7B564", Offset = "0x1F7B564", Length = "0x30")]
32 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
33 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
34 internal void InvokeCompletionEvent()
35 {
36 throw null;
37 }
38
39 [NativeMethod(IsThreadSafe = true)]
40 [StaticAccessor("AsyncOperationBindings", StaticAccessorType.DoubleColon)]
41 [global::Cpp2ILInjected.Token(Token = "0x6000304")]
42 [global::Cpp2ILInjected.Address(RVA = "0x1F7B528", Offset = "0x1F7B528", Length = "0x3C")]
43 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
44 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
45 [MethodImpl(4096)]
46 private static extern void InternalDestroy(IntPtr ptr);
47
48 [global::Cpp2ILInjected.Token(Token = "0x170000AD")]
49 public extern bool isDone
50 {
51 [NativeMethod("IsDone")]
52 [global::Cpp2ILInjected.Token(Token = "0x6000305")]
53 [global::Cpp2ILInjected.Address(RVA = "0x1F7B594", Offset = "0x1F7B594", Length = "0x3C")]
54 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Content.ThreadContentRequest", Member = "UpdateLoad", ReturnType = typeof(bool))]
55 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
56 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
57 [MethodImpl(4096)]
58 get;
59 }
60
61 [global::Cpp2ILInjected.Token(Token = "0x6000306")]
62 [global::Cpp2ILInjected.Address(RVA = "0x1F7B5D0", Offset = "0x1F7B5D0", Length = "0x8")]
63 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ResourceRequest), Member = ".ctor", ReturnType = typeof(void))]
64 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
65 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
67 {
68 throw null;
69 }
70
71 [global::Cpp2ILInjected.Token(Token = "0x4000361")]
72 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
73 internal IntPtr m_Ptr;
74
75 [global::Cpp2ILInjected.Token(Token = "0x4000362")]
76 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
77 private Action<AsyncOperation> m_completeCallback;
78 }
79}
class f__AnonymousType0<< Count > j__TPar
Action< AsyncOperation > m_completeCallback
static void InternalDestroy(IntPtr ptr)