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.
1using System;
3
4namespace Mono
5{
6 // Token: 0x02000017 RID: 23
7 internal struct RuntimePropertyHandle
8 {
9 // Token: 0x06000052 RID: 82 RVA: 0x000024C8 File Offset: 0x000006C8
11 {
12 this.value = v;
13 }
14
15 // Token: 0x1700000A RID: 10
16 // (get) Token: 0x06000053 RID: 83 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: 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}
class f__AnonymousType0<< Count > j__TPar
new Type GetType()
Definition Type.cs:287
override bool Equals(object obj)