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
RuntimeGPtrArrayHandle.cs
Go to the documentation of this file.
1using System;
5
6namespace Mono
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000018")]
9 internal struct RuntimeGPtrArrayHandle
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6000056")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1AAB360", Offset = "0x1AAB360", Length = "0x20")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.IntPtr), Member = "op_Explicit", MemberParameters = new object[] { typeof(global::System.IntPtr) }, ReturnType = typeof(void*))]
15 internal unsafe RuntimeGPtrArrayHandle(global::System.IntPtr ptr)
16 {
17 throw null;
18 }
19
20 [global::Cpp2ILInjected.Token(Token = "0x1700000B")]
21 internal int Length
22 {
23 [global::Cpp2ILInjected.Token(Token = "0x6000057")]
24 [global::Cpp2ILInjected.Address(RVA = "0x1AAB380", Offset = "0x1AAB380", Length = "0xC")]
25 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
26 get
27 {
28 throw null;
29 }
30 }
31
32 [global::Cpp2ILInjected.Token(Token = "0x1700000C")]
33 internal global::System.IntPtr this[int i]
34 {
35 [global::Cpp2ILInjected.Token(Token = "0x6000058")]
36 [global::Cpp2ILInjected.Address(RVA = "0x1AAB38C", Offset = "0x1AAB38C", Length = "0x4")]
37 [global::Cpp2ILInjected.CallAnalysis.CallAnalysisNotSupported]
38 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
39 get
40 {
41 throw null;
42 }
43 }
44
45 [global::Cpp2ILInjected.Token(Token = "0x6000059")]
46 [global::Cpp2ILInjected.Address(RVA = "0x1AAB390", Offset = "0x1AAB390", Length = "0x5C")]
47 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
48 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SafeGPtrArrayHandle), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(global::System.IntPtr))]
49 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
50 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.IndexOutOfRangeException), Member = ".ctor", ReturnType = typeof(void))]
51 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
52 internal global::System.IntPtr Lookup(int i)
53 {
54 throw null;
55 }
56
57 [global::Cpp2ILInjected.Token(Token = "0x600005A")]
58 [global::Cpp2ILInjected.Address(RVA = "0x1AAB3EC", Offset = "0x1AAB3EC", Length = "0x4")]
59 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
60 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
61 [MethodImpl(4096)]
62 private unsafe static extern void GPtrArrayFree(RuntimeStructs.GPtrArray* value);
63
64 [global::Cpp2ILInjected.Token(Token = "0x600005B")]
65 [global::Cpp2ILInjected.Address(RVA = "0x1AAB3F0", Offset = "0x1AAB3F0", Length = "0x1C")]
66 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
67 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
69 {
70 throw null;
71 }
72
73 [global::Cpp2ILInjected.Token(Token = "0x4000090")]
74 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
76 }
77}
class f__AnonymousType0<< Count > j__TPar
unsafe RuntimeGPtrArrayHandle(global::System.IntPtr ptr)
static unsafe void GPtrArrayFree(RuntimeStructs.GPtrArray *value)
unsafe RuntimeStructs.GPtrArray * value
global::System.IntPtr Lookup(int i)
static void DestroyAndFree(ref RuntimeGPtrArrayHandle h)