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
RuntimeGPtrArrayHandle.cs
Go to the documentation of this file.
1using System;
3
4namespace Mono
5{
6 // Token: 0x02000018 RID: 24
7 internal struct RuntimeGPtrArrayHandle
8 {
9 // Token: 0x06000056 RID: 86 RVA: 0x00002518 File Offset: 0x00000718
11 {
12 void* ptr2 = (void*)ptr;
14 }
15
16 // Token: 0x1700000B RID: 11
17 // (get) Token: 0x06000057 RID: 87 RVA: 0x0000207A File Offset: 0x0000027A
18 internal int Length
19 {
20 get
21 {
22 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
23 }
24 }
25
26 // Token: 0x1700000C RID: 12
27 internal IntPtr this[int i]
28 {
29 get
30 {
31 return this.Lookup(i);
32 }
33 }
34
35 // Token: 0x06000059 RID: 89 RVA: 0x0000207A File Offset: 0x0000027A
36 internal IntPtr Lookup(int i)
37 {
38 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
39 }
40
41 // Token: 0x0600005A RID: 90 RVA: 0x00002548 File Offset: 0x00000748
43 {
44 }
45
46 // Token: 0x0600005B RID: 91 RVA: 0x00002558 File Offset: 0x00000758
48 {
49 }
50
51 // Token: 0x04000090 RID: 144
53 }
54}
class f__AnonymousType0<< Count > j__TPar
static unsafe void GPtrArrayFree(RuntimeStructs.GPtrArray *value)
unsafe RuntimeGPtrArrayHandle(IntPtr ptr)
static void DestroyAndFree(RuntimeGPtrArrayHandle h)
unsafe RuntimeStructs.GPtrArray * value