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
Gen2GcCallback.cs
Go to the documentation of this file.
1using System;
7
8namespace System
9{
10 [global::Cpp2ILInjected.Token(Token = "0x20000AB")]
11 internal sealed class Gen2GcCallback : global::System.Runtime.ConstrainedExecution.CriticalFinalizerObject
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x600068B")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1C1F138", Offset = "0x1C1F138", Length = "0x8")]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.ConstrainedExecution.CriticalFinalizerObject), Member = ".ctor", ReturnType = typeof(void))]
18 {
19 throw null;
20 }
21
22 [global::Cpp2ILInjected.Token(Token = "0x600068C")]
23 [global::Cpp2ILInjected.Address(RVA = "0x1C1F140", Offset = "0x1C1F140", Length = "0x78")]
24 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Buffers.TlsOverPerCoreLockedStacksArrayPool<>), Member = "Return", MemberParameters = new object[]
25 {
26 "T[]",
27 typeof(bool)
28 }, ReturnType = typeof(void))]
29 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
30 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.ConstrainedExecution.CriticalFinalizerObject), Member = ".ctor", ReturnType = typeof(void))]
31 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.InteropServices.GCHandle), Member = "Alloc", MemberParameters = new object[]
32 {
33 typeof(object),
34 typeof(global::System.Runtime.InteropServices.GCHandleType)
35 }, ReturnType = typeof(global::System.Runtime.InteropServices.GCHandle))]
36 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
37 public static void Register(global::System.Func<object, bool> callback, object targetObj)
38 {
39 throw null;
40 }
41
42 [global::Cpp2ILInjected.Token(Token = "0x600068D")]
43 [global::Cpp2ILInjected.Address(RVA = "0x1C1F1B8", Offset = "0x1C1F1B8", Length = "0x28")]
44 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
45 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.InteropServices.GCHandle), Member = "Alloc", MemberParameters = new object[]
46 {
47 typeof(object),
48 typeof(global::System.Runtime.InteropServices.GCHandleType)
49 }, ReturnType = typeof(global::System.Runtime.InteropServices.GCHandle))]
50 private void Setup(global::System.Func<object, bool> callback, object targetObj)
51 {
52 throw null;
53 }
54
55 [global::Cpp2ILInjected.Token(Token = "0x600068E")]
56 [global::Cpp2ILInjected.Address(RVA = "0x1C1F1E0", Offset = "0x1C1F1E0", Length = "0x1A0")]
57 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
58 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
59 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.InteropServices.GCHandle), Member = "get_Target", ReturnType = typeof(object))]
60 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "get_HasShutdownStarted", ReturnType = typeof(bool))]
61 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.GC), Member = "ReRegisterForFinalize", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
62 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.InteropServices.GCHandle), Member = "Free", ReturnType = typeof(void))]
63 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.ConstrainedExecution.CriticalFinalizerObject), Member = "Finalize", ReturnType = typeof(void))]
64 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 15)]
65 protected override void Finalize()
66 {
67 throw null;
68 }
69
70 [global::Cpp2ILInjected.Token(Token = "0x400026D")]
71 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
72 private global::System.Func<object, bool> _callback;
73
74 [global::Cpp2ILInjected.Token(Token = "0x400026E")]
75 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
76 private global::System.Runtime.InteropServices.GCHandle _weakTargetObj;
77 }
78}
class f__AnonymousType0<< Count > j__TPar
global::System.Runtime.InteropServices.GCHandle _weakTargetObj
global::System.Func< object, bool > _callback
static void Register(global::System.Func< object, bool > callback, object targetObj)
override void Finalize()
void Setup(global::System.Func< object, bool > callback, object targetObj)