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
RuntimeEventHandle.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
Mono
5
{
6
// Token: 0x02000016 RID: 22
7
internal
struct
RuntimeEventHandle
8
{
9
// Token: 0x0600004E RID: 78 RVA: 0x00002478 File Offset: 0x00000678
10
internal
RuntimeEventHandle
(
IntPtr
v)
11
{
12
this.value
= v;
13
}
14
15
// Token: 0x17000009 RID: 9
16
// (get) Token: 0x0600004F RID: 79 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: 0x06000050 RID: 80 RVA: 0x0000248C File Offset: 0x0000068C
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: 0x06000051 RID: 81 RVA: 0x000024B8 File Offset: 0x000006B8
39
public
override
int
GetHashCode
()
40
{
41
int
num;
42
return
num;
43
}
44
45
// Token: 0x0400008E RID: 142
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.RuntimeEventHandle.GetHashCode
override int GetHashCode()
Definition
RuntimeEventHandle.cs:39
Mono.RuntimeEventHandle.Value
IntPtr Value
Definition
RuntimeEventHandle.cs:18
Mono.RuntimeEventHandle.RuntimeEventHandle
RuntimeEventHandle(IntPtr v)
Definition
RuntimeEventHandle.cs:10
Mono.RuntimeEventHandle.Equals
override bool Equals(object obj)
Definition
RuntimeEventHandle.cs:26
Mono.RuntimeEventHandle.value
IntPtr value
Definition
RuntimeEventHandle.cs:46
Mono.RuntimeEventHandle
Definition
RuntimeEventHandle.cs:8
System.IntPtr
Definition
IntPtr.cs:13
source
mscorlib
Mono
RuntimeEventHandle.cs
Generated by
1.10.0