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
PropertyBuilder.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x02000525 RID: 1317
8 public sealed class PropertyBuilder : PropertyInfo
9 {
10 // Token: 0x17000591 RID: 1425
11 // (get) Token: 0x060026D9 RID: 9945 RVA: 0x0000207A File Offset: 0x0000027A
12 public override bool CanRead
13 {
14 get
15 {
16 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
17 }
18 }
19
20 // Token: 0x17000592 RID: 1426
21 // (get) Token: 0x060026DA RID: 9946 RVA: 0x0000207A File Offset: 0x0000027A
22 public override bool CanWrite
23 {
24 get
25 {
26 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
27 }
28 }
29
30 // Token: 0x17000593 RID: 1427
31 // (get) Token: 0x060026DB RID: 9947 RVA: 0x0000207A File Offset: 0x0000027A
32 public override Type DeclaringType
33 {
34 get
35 {
36 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
37 }
38 }
39
40 // Token: 0x17000594 RID: 1428
41 // (get) Token: 0x060026DC RID: 9948 RVA: 0x0000207A File Offset: 0x0000027A
42 public override string Name
43 {
44 get
45 {
46 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
47 }
48 }
49
50 // Token: 0x17000595 RID: 1429
51 // (get) Token: 0x060026DD RID: 9949 RVA: 0x0000207A File Offset: 0x0000027A
52 public override Type PropertyType
53 {
54 get
55 {
56 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
57 }
58 }
59
60 // Token: 0x17000596 RID: 1430
61 // (get) Token: 0x060026DE RID: 9950 RVA: 0x0000207A File Offset: 0x0000027A
62 public override Type ReflectedType
63 {
64 get
65 {
66 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
67 }
68 }
69
70 // Token: 0x060026DF RID: 9951 RVA: 0x0000207A File Offset: 0x0000027A
71 public override object[] GetCustomAttributes(bool inherit)
72 {
73 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
74 }
75
76 // Token: 0x060026E0 RID: 9952 RVA: 0x0000207A File Offset: 0x0000027A
77 public override object[] GetCustomAttributes(Type attributeType, bool inherit)
78 {
79 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
80 }
81
82 // Token: 0x060026E1 RID: 9953 RVA: 0x0000207A File Offset: 0x0000027A
83 public override MethodInfo GetGetMethod(bool nonPublic)
84 {
85 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
86 }
87
88 // Token: 0x060026E2 RID: 9954 RVA: 0x0000207A File Offset: 0x0000027A
90 {
91 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
92 }
93
94 // Token: 0x060026E3 RID: 9955 RVA: 0x0000207A File Offset: 0x0000027A
95 public override MethodInfo GetSetMethod(bool nonPublic)
96 {
97 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
98 }
99
100 // Token: 0x060026E4 RID: 9956 RVA: 0x0000207A File Offset: 0x0000027A
101 public override object GetValue(object obj, BindingFlags invokeAttr, Binder binder, object[] index, CultureInfo culture)
102 {
103 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
104 }
105
106 // Token: 0x060026E5 RID: 9957 RVA: 0x0000207A File Offset: 0x0000027A
107 public override bool IsDefined(Type attributeType, bool inherit)
108 {
109 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
110 }
111
112 // Token: 0x060026E6 RID: 9958 RVA: 0x0000207A File Offset: 0x0000027A
113 public override void SetValue(object obj, object value, BindingFlags invokeAttr, Binder binder, object[] index, CultureInfo culture)
114 {
115 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
116 }
117 }
118}
class f__AnonymousType0<< Count > j__TPar
override object GetValue(object obj, BindingFlags invokeAttr, Binder binder, object[] index, CultureInfo culture)
override MethodInfo GetSetMethod(bool nonPublic)
override ParameterInfo[] GetIndexParameters()
override object[] GetCustomAttributes(Type attributeType, bool inherit)
override void SetValue(object obj, object value, BindingFlags invokeAttr, Binder binder, object[] index, CultureInfo culture)
override MethodInfo GetGetMethod(bool nonPublic)
override object[] GetCustomAttributes(bool inherit)
override bool IsDefined(Type attributeType, bool inherit)