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.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
Mono
5
{
6
// Token: 0x02000027 RID: 39
7
internal
struct
SafeGPtrArrayHandle
:
IDisposable
8
{
9
// Token: 0x06000062 RID: 98 RVA: 0x000025B0 File Offset: 0x000007B0
10
internal
unsafe
SafeGPtrArrayHandle
(
IntPtr
ptr
)
11
{
12
void
*
ptr2
= (
void
*)
ptr
;
13
this.handle
=
ptr2
;
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
{
36
IntPtr
intPtr
;
37
return
intPtr
;
38
}
39
}
40
41
// Token: 0x040000BA RID: 186
42
private
RuntimeGPtrArrayHandle
handle
;
43
}
44
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
System.IDisposable
Definition
IDisposable.cs:7
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
Mono
Definition
BigInteger.cs:6
System
Definition
__ComObject.cs:4
Mono.RuntimeGPtrArrayHandle
Definition
RuntimeGPtrArrayHandle.cs:8
Mono.SafeGPtrArrayHandle.Dispose
void Dispose()
Definition
SafeGPtrArrayHandle.cs:17
Mono.SafeGPtrArrayHandle.Length
int Length
Definition
SafeGPtrArrayHandle.cs:24
Mono.SafeGPtrArrayHandle.handle
RuntimeGPtrArrayHandle handle
Definition
SafeGPtrArrayHandle.cs:42
Mono.SafeGPtrArrayHandle.SafeGPtrArrayHandle
unsafe SafeGPtrArrayHandle(IntPtr ptr)
Definition
SafeGPtrArrayHandle.cs:10
Mono.SafeGPtrArrayHandle
Definition
SafeGPtrArrayHandle.cs:8
System.IntPtr
Definition
IntPtr.cs:13
source
mscorlib
Mono
SafeGPtrArrayHandle.cs
Generated by
1.10.0