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
RuntimePropertyHandle.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
Mono
5
{
6
// Token: 0x02000017 RID: 23
7
internal
struct
RuntimePropertyHandle
8
{
9
// Token: 0x06000052 RID: 82 RVA: 0x000024C8 File Offset: 0x000006C8
10
internal
RuntimePropertyHandle
(
IntPtr
v)
11
{
12
this.value
= v;
13
}
14
15
// Token: 0x1700000A RID: 10
16
// (get) Token: 0x06000053 RID: 83 RVA: 0x0000207A File Offset: 0x0000027A
17
public
IntPtr
Value
18
{
19
get
20
{
21
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
22
}
23
}
24
25
// Token: 0x06000054 RID: 84 RVA: 0x000024DC File Offset: 0x000006DC
26
public
override
bool
Equals
(
object
obj
)
27
{
28
if
(
obj
!=
null
)
29
{
30
Type
type =
obj
.
GetType
();
31
Type
type2
;
32
bool
flag =
type2
!= type;
33
}
34
bool
flag2
;
35
return
flag2
;
36
}
37
38
// Token: 0x06000055 RID: 85 RVA: 0x00002508 File Offset: 0x00000708
39
public
override
int
GetHashCode
()
40
{
41
int
num;
42
return
num;
43
}
44
45
// Token: 0x0400008F RID: 143
46
private
IntPtr
value
;
47
}
48
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
System.Type.GetType
new Type GetType()
Definition
Type.cs:287
System.Type
Definition
Type.cs:12
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
Mono
Definition
BigInteger.cs:6
System.ExceptionArgument.obj
@ obj
System
Definition
__ComObject.cs:4
Mono.RuntimePropertyHandle.Value
IntPtr Value
Definition
RuntimePropertyHandle.cs:18
Mono.RuntimePropertyHandle.value
IntPtr value
Definition
RuntimePropertyHandle.cs:46
Mono.RuntimePropertyHandle.GetHashCode
override int GetHashCode()
Definition
RuntimePropertyHandle.cs:39
Mono.RuntimePropertyHandle.RuntimePropertyHandle
RuntimePropertyHandle(IntPtr v)
Definition
RuntimePropertyHandle.cs:10
Mono.RuntimePropertyHandle.Equals
override bool Equals(object obj)
Definition
RuntimePropertyHandle.cs:26
Mono.RuntimePropertyHandle
Definition
RuntimePropertyHandle.cs:8
System.IntPtr
Definition
IntPtr.cs:13
source
mscorlib
Mono
RuntimePropertyHandle.cs
Generated by
1.10.0