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
SafeGPtrArrayHandle.cs
Go to the documentation of this file.
1using System;
3
4namespace Mono
5{
6 // Token: 0x02000027 RID: 39
8 {
9 // Token: 0x06000062 RID: 98 RVA: 0x000025B0 File Offset: 0x000007B0
11 {
12 void* ptr2 = (void*)ptr;
14 }
15
16 // Token: 0x06000063 RID: 99 RVA: 0x000025CC File Offset: 0x000007CC
17 public void Dispose()
18 {
19 }
20
21 // Token: 0x1700000D RID: 13
22 // (get) Token: 0x06000064 RID: 100 RVA: 0x0000207A File Offset: 0x0000027A
23 internal int Length
24 {
25 get
26 {
27 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
28 }
29 }
30
31 // Token: 0x1700000E RID: 14
32 internal IntPtr this[int i]
33 {
34 get
35 {
37 return intPtr;
38 }
39 }
40
41 // Token: 0x040000BA RID: 186
43 }
44}
class f__AnonymousType0<< Count > j__TPar
RuntimeGPtrArrayHandle handle
unsafe SafeGPtrArrayHandle(IntPtr ptr)