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.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
Mono
5
{
6
// Token: 0x02000018 RID: 24
7
internal
struct
RuntimeGPtrArrayHandle
8
{
9
// Token: 0x06000056 RID: 86 RVA: 0x00002518 File Offset: 0x00000718
10
internal
unsafe
RuntimeGPtrArrayHandle
(
IntPtr
ptr
)
11
{
12
void
*
ptr2
= (
void
*)
ptr
;
13
this.value
= (
RuntimeStructs
.
GPtrArray
*)
ptr2
;
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
42
private
unsafe
static
void
GPtrArrayFree
(
RuntimeStructs
.
GPtrArray
*
value
)
43
{
44
}
45
46
// Token: 0x0600005B RID: 91 RVA: 0x00002558 File Offset: 0x00000758
47
internal
static
void
DestroyAndFree
(
RuntimeGPtrArrayHandle
h
)
48
{
49
}
50
51
// Token: 0x04000090 RID: 144
52
private
unsafe
RuntimeStructs
.
GPtrArray
*
value
;
53
}
54
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
Mono.RuntimeStructs
Definition
RuntimeStructs.cs:7
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
Mono
Definition
BigInteger.cs:6
System
Definition
__ComObject.cs:4
Mono.RuntimeGPtrArrayHandle.GPtrArrayFree
static unsafe void GPtrArrayFree(RuntimeStructs.GPtrArray *value)
Definition
RuntimeGPtrArrayHandle.cs:42
Mono.RuntimeGPtrArrayHandle.RuntimeGPtrArrayHandle
unsafe RuntimeGPtrArrayHandle(IntPtr ptr)
Definition
RuntimeGPtrArrayHandle.cs:10
Mono.RuntimeGPtrArrayHandle.Length
int Length
Definition
RuntimeGPtrArrayHandle.cs:19
Mono.RuntimeGPtrArrayHandle.Lookup
IntPtr Lookup(int i)
Definition
RuntimeGPtrArrayHandle.cs:36
Mono.RuntimeGPtrArrayHandle.DestroyAndFree
static void DestroyAndFree(RuntimeGPtrArrayHandle h)
Definition
RuntimeGPtrArrayHandle.cs:47
Mono.RuntimeGPtrArrayHandle.value
unsafe RuntimeStructs.GPtrArray * value
Definition
RuntimeGPtrArrayHandle.cs:52
Mono.RuntimeGPtrArrayHandle
Definition
RuntimeGPtrArrayHandle.cs:8
Mono.RuntimeStructs.GPtrArray
Definition
RuntimeStructs.cs:53
System.IntPtr
Definition
IntPtr.cs:13
source
mscorlib
Mono
RuntimeGPtrArrayHandle.cs
Generated by
1.10.0