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.
1using System;
3
4namespace Mono
5{
6 // Token: 0x02000016 RID: 22
7 internal struct RuntimeEventHandle
8 {
9 // Token: 0x0600004E RID: 78 RVA: 0x00002478 File Offset: 0x00000678
11 {
12 this.value = v;
13 }
14
15 // Token: 0x17000009 RID: 9
16 // (get) Token: 0x0600004F RID: 79 RVA: 0x0000207A File Offset: 0x0000027A
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}
class f__AnonymousType0<< Count > j__TPar
new Type GetType()
Definition Type.cs:287
override bool Equals(object obj)