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
CustomAttributeTypedArgument.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Reflection
6{
7 // Token: 0x020004F9 RID: 1273
9 {
10 // Token: 0x060024E7 RID: 9447 RVA: 0x00051910 File Offset: 0x0004FB10
12 {
13 while (value == null)
14 {
15 }
18 Type type = value.GetType();
19 this.<ArgumentType>k__BackingField = type;
20 }
21
22 // Token: 0x060024E8 RID: 9448 RVA: 0x0005193C File Offset: 0x0004FB3C
24 {
25 if (!true)
26 {
27 }
28 Type type;
29 if (value != null)
30 {
34 type = value.GetType();
35 Type type2;
36 bool flag = type == type2;
37 return;
38 }
39 this.<ArgumentType>k__BackingField = type;
40 }
41
42 // Token: 0x17000516 RID: 1302
43 // (get) Token: 0x060024E9 RID: 9449 RVA: 0x0000207A File Offset: 0x0000027A
45 {
47 get
48 {
49 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
50 }
51 }
52
53 // Token: 0x17000517 RID: 1303
54 // (get) Token: 0x060024EA RID: 9450 RVA: 0x00051984 File Offset: 0x0004FB84
55 public readonly object Value
56 {
58 get
59 {
60 return this.<Value>k__BackingField;
61 }
62 }
63
64 // Token: 0x060024EB RID: 9451 RVA: 0x0000207A File Offset: 0x0000027A
65 public override bool Equals(object obj)
66 {
67 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
68 }
69
70 // Token: 0x060024EC RID: 9452 RVA: 0x00051998 File Offset: 0x0004FB98
71 public override int GetHashCode()
72 {
73 int num;
74 return num;
75 }
76
77 // Token: 0x060024ED RID: 9453 RVA: 0x000519A8 File Offset: 0x0004FBA8
79 {
80 bool flag;
81 return flag;
82 }
83
84 // Token: 0x060024EE RID: 9454 RVA: 0x000519B8 File Offset: 0x0004FBB8
86 {
87 bool flag;
88 return flag;
89 }
90
91 // Token: 0x060024EF RID: 9455 RVA: 0x000519C8 File Offset: 0x0004FBC8
92 public override string ToString()
93 {
94 long num = 0L;
95 return this.ToString(num != 0L);
96 }
97
98 // Token: 0x060024F0 RID: 9456 RVA: 0x000519E0 File Offset: 0x0004FBE0
99 internal string ToString(bool typed)
100 {
101 if (!true)
102 {
103 }
104 string text;
105 return text;
106 }
107
108 // Token: 0x060024F1 RID: 9457 RVA: 0x00051BDC File Offset: 0x0004FDDC
109 private static object CanonicalizeValue(object value)
110 {
111 throw new InvalidCastException();
112 }
113
114 // Token: 0x04001444 RID: 5188
116 private readonly Type <ArgumentType>k__BackingField;
117
118 // Token: 0x04001445 RID: 5189
120 private readonly object <Value>k__BackingField;
121 }
122}
class f__AnonymousType0<< Count > j__TPar
new Type GetType()
Definition Type.cs:287
static bool operator==(CustomAttributeTypedArgument left, CustomAttributeTypedArgument right)
static bool operator!=(CustomAttributeTypedArgument left, CustomAttributeTypedArgument right)