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
GenericTypeParameterBuilder.cs
Go to the documentation of this file.
1using System;
5
7{
8 // Token: 0x0200051F RID: 1311
10 {
11 // Token: 0x17000584 RID: 1412
12 // (get) Token: 0x060026AD RID: 9901 RVA: 0x0000207A File Offset: 0x0000027A
13 public override Assembly Assembly
14 {
15 get
16 {
17 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
18 }
19 }
20
21 // Token: 0x17000585 RID: 1413
22 // (get) Token: 0x060026AE RID: 9902 RVA: 0x0000207A File Offset: 0x0000027A
23 public override string AssemblyQualifiedName
24 {
25 get
26 {
27 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
28 }
29 }
30
31 // Token: 0x17000586 RID: 1414
32 // (get) Token: 0x060026AF RID: 9903 RVA: 0x0000207A File Offset: 0x0000027A
33 public override Type BaseType
34 {
35 get
36 {
37 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
38 }
39 }
40
41 // Token: 0x17000587 RID: 1415
42 // (get) Token: 0x060026B0 RID: 9904 RVA: 0x0000207A File Offset: 0x0000027A
43 public override string FullName
44 {
45 get
46 {
47 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
48 }
49 }
50
51 // Token: 0x17000588 RID: 1416
52 // (get) Token: 0x060026B1 RID: 9905 RVA: 0x0000207A File Offset: 0x0000027A
53 public override Module Module
54 {
55 get
56 {
57 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
58 }
59 }
60
61 // Token: 0x17000589 RID: 1417
62 // (get) Token: 0x060026B2 RID: 9906 RVA: 0x0000207A File Offset: 0x0000027A
63 public override string Name
64 {
65 get
66 {
67 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
68 }
69 }
70
71 // Token: 0x1700058A RID: 1418
72 // (get) Token: 0x060026B3 RID: 9907 RVA: 0x0000207A File Offset: 0x0000027A
73 public override string Namespace
74 {
75 get
76 {
77 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
78 }
79 }
80
81 // Token: 0x1700058B RID: 1419
82 // (get) Token: 0x060026B4 RID: 9908 RVA: 0x0000207A File Offset: 0x0000027A
83 public override Type UnderlyingSystemType
84 {
85 get
86 {
87 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
88 }
89 }
90
91 // Token: 0x060026B5 RID: 9909 RVA: 0x0000207A File Offset: 0x0000027A
93 {
94 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
95 }
96
97 // Token: 0x060026B6 RID: 9910 RVA: 0x0000207A File Offset: 0x0000027A
99 {
100 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
101 }
102
103 // Token: 0x060026B7 RID: 9911 RVA: 0x0000207A File Offset: 0x0000027A
104 [ComVisible(true)]
106 {
107 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
108 }
109
110 // Token: 0x060026B8 RID: 9912 RVA: 0x0000207A File Offset: 0x0000027A
111 public override object[] GetCustomAttributes(bool inherit)
112 {
113 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
114 }
115
116 // Token: 0x060026B9 RID: 9913 RVA: 0x0000207A File Offset: 0x0000027A
117 public override object[] GetCustomAttributes(Type attributeType, bool inherit)
118 {
119 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
120 }
121
122 // Token: 0x060026BA RID: 9914 RVA: 0x0000207A File Offset: 0x0000027A
123 public override Type GetElementType()
124 {
125 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
126 }
127
128 // Token: 0x060026BB RID: 9915 RVA: 0x0000207A File Offset: 0x0000027A
130 {
131 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
132 }
133
134 // Token: 0x060026BC RID: 9916 RVA: 0x0000207A File Offset: 0x0000027A
136 {
137 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
138 }
139
140 // Token: 0x060026BD RID: 9917 RVA: 0x0000207A File Offset: 0x0000027A
142 {
143 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
144 }
145
146 // Token: 0x060026BE RID: 9918 RVA: 0x0000207A File Offset: 0x0000027A
148 {
149 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
150 }
151
152 // Token: 0x060026BF RID: 9919 RVA: 0x0000207A File Offset: 0x0000027A
153 public override Type[] GetInterfaces()
154 {
155 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
156 }
157
158 // Token: 0x060026C0 RID: 9920 RVA: 0x0000207A File Offset: 0x0000027A
160 {
161 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
162 }
163
164 // Token: 0x060026C1 RID: 9921 RVA: 0x0000207A File Offset: 0x0000027A
166 {
167 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
168 }
169
170 // Token: 0x060026C2 RID: 9922 RVA: 0x0000207A File Offset: 0x0000027A
172 {
173 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
174 }
175
176 // Token: 0x060026C3 RID: 9923 RVA: 0x0000207A File Offset: 0x0000027A
178 {
179 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
180 }
181
182 // Token: 0x060026C4 RID: 9924 RVA: 0x0000207A File Offset: 0x0000027A
183 protected override PropertyInfo GetPropertyImpl(string name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers)
184 {
185 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
186 }
187
188 // Token: 0x060026C5 RID: 9925 RVA: 0x0000207A File Offset: 0x0000027A
189 protected override bool HasElementTypeImpl()
190 {
191 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
192 }
193
194 // Token: 0x060026C6 RID: 9926 RVA: 0x0000207A File Offset: 0x0000027A
195 public override object InvokeMember(string name, BindingFlags invokeAttr, Binder binder, object target, object[] args, ParameterModifier[] modifiers, CultureInfo culture, string[] namedParameters)
196 {
197 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
198 }
199
200 // Token: 0x060026C7 RID: 9927 RVA: 0x0000207A File Offset: 0x0000027A
201 protected override bool IsArrayImpl()
202 {
203 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
204 }
205
206 // Token: 0x060026C8 RID: 9928 RVA: 0x0000207A File Offset: 0x0000027A
207 protected override bool IsByRefImpl()
208 {
209 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
210 }
211
212 // Token: 0x060026C9 RID: 9929 RVA: 0x0000207A File Offset: 0x0000027A
213 protected override bool IsCOMObjectImpl()
214 {
215 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
216 }
217
218 // Token: 0x060026CA RID: 9930 RVA: 0x0000207A File Offset: 0x0000027A
219 public override bool IsDefined(Type attributeType, bool inherit)
220 {
221 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
222 }
223
224 // Token: 0x060026CB RID: 9931 RVA: 0x0000207A File Offset: 0x0000027A
225 protected override bool IsPointerImpl()
226 {
227 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
228 }
229
230 // Token: 0x060026CC RID: 9932 RVA: 0x0000207A File Offset: 0x0000027A
231 protected override bool IsPrimitiveImpl()
232 {
233 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
234 }
235 }
236}
class f__AnonymousType0<< Count > j__TPar
override EventInfo[] GetEvents(BindingFlags bindingAttr)
override MethodInfo[] GetMethods(BindingFlags bindingAttr)
override EventInfo GetEvent(string name, BindingFlags bindingAttr)
override FieldInfo GetField(string name, BindingFlags bindingAttr)
override object[] GetCustomAttributes(Type attributeType, bool inherit)
override object InvokeMember(string name, BindingFlags invokeAttr, Binder binder, object target, object[] args, ParameterModifier[] modifiers, CultureInfo culture, string[] namedParameters)
override ConstructorInfo[] GetConstructors(BindingFlags bindingAttr)
override PropertyInfo[] GetProperties(BindingFlags bindingAttr)
override MethodInfo GetMethodImpl(string name, BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers)
override bool IsDefined(Type attributeType, bool inherit)
override PropertyInfo GetPropertyImpl(string name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers)
override ConstructorInfo GetConstructorImpl(BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers)
override FieldInfo[] GetFields(BindingFlags bindingAttr)
override Type GetNestedType(string name, BindingFlags bindingAttr)