terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
RuntimeConstructorInfo.cs
Go to the documentation of this file.
1using System;
9
10namespace System.Reflection
11{
12 [global::Cpp2ILInjected.Token(Token = "0x200050F")]
13 [global::System.Serializable]
14 [StructLayout(0)]
15 internal class RuntimeConstructorInfo : ConstructorInfo, global::System.Runtime.Serialization.ISerializable
16 {
17 [global::Cpp2ILInjected.Token(Token = "0x17000551")]
18 public override Module Module
19 {
20 [global::Cpp2ILInjected.Token(Token = "0x6002605")]
21 [global::Cpp2ILInjected.Address(RVA = "0x1B90AD8", Offset = "0x1B90AD8", Length = "0x4")]
22 [global::Cpp2ILInjected.CallAnalysis.CallAnalysisNotSupported]
23 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
24 get
25 {
26 throw null;
27 }
28 }
29
30 [global::Cpp2ILInjected.Token(Token = "0x6002606")]
31 [global::Cpp2ILInjected.Address(RVA = "0x1B90ADC", Offset = "0x1B90ADC", Length = "0x88")]
32 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
33 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
34 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.RuntimeTypeHandle), Member = "GetModule", MemberParameters = new object[] { typeof(global::System.RuntimeType) }, ReturnType = typeof(RuntimeModule))]
35 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
37 {
38 throw null;
39 }
40
41 [global::Cpp2ILInjected.Token(Token = "0x17000552")]
43 {
44 [global::Cpp2ILInjected.Token(Token = "0x6002607")]
45 [global::Cpp2ILInjected.Address(RVA = "0x1B90B64", Offset = "0x1B90B64", Length = "0x8")]
46 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "FilterApplyConstructorInfo", MemberParameters = new object[]
47 {
51 typeof(global::System.Type[])
52 }, ReturnType = typeof(bool))]
53 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
54 get
55 {
56 throw null;
57 }
58 }
59
60 [global::Cpp2ILInjected.Token(Token = "0x17000553")]
61 private global::System.RuntimeType ReflectedTypeInternal
62 {
63 [global::Cpp2ILInjected.Token(Token = "0x6002608")]
64 [global::Cpp2ILInjected.Address(RVA = "0x1B90B6C", Offset = "0x1B90B6C", Length = "0x84")]
65 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
66 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RuntimeConstructorInfo), Member = "GetObjectData", MemberParameters = new object[]
67 {
68 typeof(global::System.Runtime.Serialization.SerializationInfo),
69 typeof(global::System.Runtime.Serialization.StreamingContext)
70 }, ReturnType = typeof(void))]
71 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
72 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
73 get
74 {
75 throw null;
76 }
77 }
78
79 [global::Cpp2ILInjected.Token(Token = "0x6002609")]
80 [global::Cpp2ILInjected.Address(RVA = "0x1B90BF0", Offset = "0x1B90BF0", Length = "0xD8")]
81 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
82 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
83 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RuntimeConstructorInfo), Member = "get_ReflectedTypeInternal", ReturnType = typeof(global::System.RuntimeType))]
84 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MemberInfoSerializationHolder), Member = "GetSerializationInfo", MemberParameters = new object[]
85 {
86 typeof(global::System.Runtime.Serialization.SerializationInfo),
87 typeof(string),
88 typeof(global::System.RuntimeType),
89 typeof(string),
90 typeof(string),
92 typeof(global::System.Type[])
93 }, ReturnType = typeof(void))]
94 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
95 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
96 public void GetObjectData(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
97 {
98 throw null;
99 }
100
101 [global::Cpp2ILInjected.Token(Token = "0x600260A")]
102 [global::Cpp2ILInjected.Address(RVA = "0x1B90CC8", Offset = "0x1B90CC8", Length = "0x14")]
103 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MemberInfoSerializationHolder), Member = "GetRealObject", MemberParameters = new object[] { typeof(global::System.Runtime.Serialization.StreamingContext) }, ReturnType = typeof(object))]
104 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
105 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
106 internal string SerializationToString()
107 {
108 throw null;
109 }
110
111 [global::Cpp2ILInjected.Token(Token = "0x600260B")]
112 [global::Cpp2ILInjected.Address(RVA = "0x1B90CDC", Offset = "0x1B90CDC", Length = "0xF8")]
113 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.ObjectManager), Member = "CompleteISerializableObject", MemberParameters = new object[]
114 {
115 typeof(object),
116 typeof(global::System.Runtime.Serialization.SerializationInfo),
117 typeof(global::System.Runtime.Serialization.StreamingContext)
118 }, ReturnType = typeof(void))]
119 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.SafeSerializationManager), Member = "System.Runtime.Serialization.IObjectReference.GetRealObject", MemberParameters = new object[] { typeof(global::System.Runtime.Serialization.StreamingContext) }, ReturnType = typeof(object))]
120 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
121 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MethodBase), Member = "Invoke", MemberParameters = new object[]
122 {
123 typeof(object),
124 typeof(object[])
125 }, ReturnType = typeof(object))]
126 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
127 internal void SerializationInvoke(object target, global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
128 {
129 throw null;
130 }
131
132 [global::Cpp2ILInjected.Token(Token = "0x600260C")]
133 [global::Cpp2ILInjected.Address(RVA = "0x1B90DD4", Offset = "0x1B90DD4", Length = "0x2C")]
134 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
135 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
136 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
138 {
139 throw null;
140 }
141
142 [global::Cpp2ILInjected.Token(Token = "0x600260D")]
143 [global::Cpp2ILInjected.Address(RVA = "0x1B90E00", Offset = "0x1B90E00", Length = "0xC")]
144 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
145 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
146 public override ParameterInfo[] GetParameters()
147 {
148 throw null;
149 }
150
151 [global::Cpp2ILInjected.Token(Token = "0x600260E")]
152 [global::Cpp2ILInjected.Address(RVA = "0x1B90E0C", Offset = "0x1B90E0C", Length = "0xC")]
153 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
154 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
156 {
157 throw null;
158 }
159
160 [global::Cpp2ILInjected.Token(Token = "0x600260F")]
161 [global::Cpp2ILInjected.Address(RVA = "0x1B90E18", Offset = "0x1B90E18", Length = "0x20")]
162 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
163 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
164 internal override int GetParametersCount()
165 {
166 throw null;
167 }
168
169 [global::Cpp2ILInjected.Token(Token = "0x6002610")]
170 [global::Cpp2ILInjected.Address(RVA = "0x1B90E38", Offset = "0x1B90E38", Length = "0x4")]
171 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
172 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
173 [MethodImpl(4096)]
174 internal extern object InternalInvoke(object obj, object[] parameters, out global::System.Exception exc);
175
176 [global::System.Diagnostics.DebuggerHidden]
177 [global::System.Diagnostics.DebuggerStepThrough]
178 [global::Cpp2ILInjected.Token(Token = "0x6002611")]
179 [global::Cpp2ILInjected.Address(RVA = "0x1B90E3C", Offset = "0x1B90E3C", Length = "0xF4")]
180 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
181 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
182 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MethodBase), Member = "get_IsStatic", ReturnType = typeof(bool))]
183 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TargetException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
184 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
185 public override object Invoke(object obj, BindingFlags invokeAttr, Binder binder, object[] parameters, global::System.Globalization.CultureInfo culture)
186 {
187 throw null;
188 }
189
190 [global::Cpp2ILInjected.Token(Token = "0x6002612")]
191 [global::Cpp2ILInjected.Address(RVA = "0x1B90F30", Offset = "0x1B90F30", Length = "0x1E0")]
192 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
193 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RuntimeConstructorInfo), Member = "Invoke", MemberParameters = new object[]
194 {
196 typeof(Binder),
197 typeof(object[]),
198 typeof(global::System.Globalization.CultureInfo)
199 }, ReturnType = typeof(object))]
200 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
201 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "get_DefaultBinder", ReturnType = typeof(Binder))]
202 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RuntimeMethodInfo), Member = "ConvertValues", MemberParameters = new object[]
203 {
204 typeof(Binder),
205 typeof(object[]),
206 typeof(ParameterInfo[]),
207 typeof(global::System.Globalization.CultureInfo),
209 }, ReturnType = typeof(void))]
210 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "get_IsAbstract", ReturnType = typeof(bool))]
211 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
212 {
213 typeof(string),
214 typeof(object)
215 }, ReturnType = typeof(string))]
216 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
217 {
218 typeof(string),
219 typeof(string),
220 typeof(string)
221 }, ReturnType = typeof(string))]
222 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.MemberAccessException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
223 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
224 private object DoInvoke(object obj, BindingFlags invokeAttr, Binder binder, object[] parameters, global::System.Globalization.CultureInfo culture)
225 {
226 throw null;
227 }
228
229 [global::Cpp2ILInjected.Token(Token = "0x6002613")]
230 [global::Cpp2ILInjected.Address(RVA = "0x1B91110", Offset = "0x1B91110", Length = "0x158")]
231 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
232 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "CreateInstanceMono", MemberParameters = new object[]
233 {
234 typeof(bool),
235 typeof(bool)
236 }, ReturnType = typeof(object))]
237 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "CreateInstanceForAnotherGenericParameter", MemberParameters = new object[]
238 {
239 typeof(global::System.Type),
240 typeof(global::System.RuntimeType)
241 }, ReturnType = typeof(object))]
242 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
243 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TargetInvocationException), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Exception) }, ReturnType = typeof(void))]
244 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 23)]
245 public object InternalInvoke(object obj, object[] parameters, bool wrapExceptions)
246 {
247 throw null;
248 }
249
250 [global::System.Diagnostics.DebuggerStepThrough]
251 [global::System.Diagnostics.DebuggerHidden]
252 [global::Cpp2ILInjected.Token(Token = "0x6002614")]
253 [global::Cpp2ILInjected.Address(RVA = "0x1B91268", Offset = "0x1B91268", Length = "0x18")]
254 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
255 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RuntimeConstructorInfo), Member = "DoInvoke", MemberParameters = new object[]
256 {
257 typeof(object),
259 typeof(Binder),
260 typeof(object[]),
261 typeof(global::System.Globalization.CultureInfo)
262 }, ReturnType = typeof(object))]
263 public override object Invoke(BindingFlags invokeAttr, Binder binder, object[] parameters, global::System.Globalization.CultureInfo culture)
264 {
265 throw null;
266 }
267
268 [global::Cpp2ILInjected.Token(Token = "0x17000554")]
269 public override global::System.RuntimeMethodHandle MethodHandle
270 {
271 [global::Cpp2ILInjected.Token(Token = "0x6002615")]
272 [global::Cpp2ILInjected.Address(RVA = "0x1B91280", Offset = "0x1B91280", Length = "0x8")]
273 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
274 get
275 {
276 throw null;
277 }
278 }
279
280 [global::Cpp2ILInjected.Token(Token = "0x17000555")]
282 {
283 [global::Cpp2ILInjected.Token(Token = "0x6002616")]
284 [global::Cpp2ILInjected.Address(RVA = "0x1B91288", Offset = "0x1B91288", Length = "0x8")]
285 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
286 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
287 get
288 {
289 throw null;
290 }
291 }
292
293 [global::Cpp2ILInjected.Token(Token = "0x17000556")]
295 {
296 [global::Cpp2ILInjected.Token(Token = "0x6002617")]
297 [global::Cpp2ILInjected.Address(RVA = "0x1B91290", Offset = "0x1B91290", Length = "0x2C")]
298 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
299 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
300 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
301 get
302 {
303 throw null;
304 }
305 }
306
307 [global::Cpp2ILInjected.Token(Token = "0x17000557")]
308 public override bool ContainsGenericParameters
309 {
310 [global::Cpp2ILInjected.Token(Token = "0x6002618")]
311 [global::Cpp2ILInjected.Address(RVA = "0x1B912BC", Offset = "0x1B912BC", Length = "0x24")]
312 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
313 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
314 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
315 get
316 {
317 throw null;
318 }
319 }
320
321 [global::Cpp2ILInjected.Token(Token = "0x17000558")]
322 public override global::System.Type ReflectedType
323 {
324 [global::Cpp2ILInjected.Token(Token = "0x6002619")]
325 [global::Cpp2ILInjected.Address(RVA = "0x1B912E0", Offset = "0x1B912E0", Length = "0x8")]
326 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
327 get
328 {
329 throw null;
330 }
331 }
332
333 [global::Cpp2ILInjected.Token(Token = "0x17000559")]
334 public override global::System.Type DeclaringType
335 {
336 [global::Cpp2ILInjected.Token(Token = "0x600261A")]
337 [global::Cpp2ILInjected.Address(RVA = "0x1B912E8", Offset = "0x1B912E8", Length = "0x2C")]
338 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
339 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
340 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
341 get
342 {
343 throw null;
344 }
345 }
346
347 [global::Cpp2ILInjected.Token(Token = "0x1700055A")]
348 public override string Name
349 {
350 [global::Cpp2ILInjected.Token(Token = "0x600261B")]
351 [global::Cpp2ILInjected.Address(RVA = "0x1B91314", Offset = "0x1B91314", Length = "0x14")]
352 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
353 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
354 get
355 {
356 throw null;
357 }
358 }
359
360 [global::Cpp2ILInjected.Token(Token = "0x600261C")]
361 [global::Cpp2ILInjected.Address(RVA = "0x1B91328", Offset = "0x1B91328", Length = "0x70")]
362 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
363 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.MonoCustomAttrs), Member = "IsDefined", MemberParameters = new object[]
364 {
366 typeof(global::System.Type),
367 typeof(bool)
368 }, ReturnType = typeof(bool))]
369 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
370 public override bool IsDefined(global::System.Type attributeType, bool inherit)
371 {
372 throw null;
373 }
374
375 [global::Cpp2ILInjected.Token(Token = "0x600261D")]
376 [global::Cpp2ILInjected.Address(RVA = "0x1B91398", Offset = "0x1B91398", Length = "0x68")]
377 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
378 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.MonoCustomAttrs), Member = "GetCustomAttributes", MemberParameters = new object[]
379 {
381 typeof(bool)
382 }, ReturnType = typeof(object[]))]
383 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
384 public override object[] GetCustomAttributes(bool inherit)
385 {
386 throw null;
387 }
388
389 [global::Cpp2ILInjected.Token(Token = "0x600261E")]
390 [global::Cpp2ILInjected.Address(RVA = "0x1B91400", Offset = "0x1B91400", Length = "0x70")]
391 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
392 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.MonoCustomAttrs), Member = "GetCustomAttributes", MemberParameters = new object[]
393 {
395 typeof(global::System.Type),
396 typeof(bool)
397 }, ReturnType = typeof(object[]))]
398 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
399 public override object[] GetCustomAttributes(global::System.Type attributeType, bool inherit)
400 {
401 throw null;
402 }
403
404 [global::Cpp2ILInjected.Token(Token = "0x600261F")]
405 [global::Cpp2ILInjected.Address(RVA = "0x1B91470", Offset = "0x1B91470", Length = "0x8")]
406 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
407 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
408 public override MethodBody GetMethodBody()
409 {
410 throw null;
411 }
412
413 [global::Cpp2ILInjected.Token(Token = "0x6002620")]
414 [global::Cpp2ILInjected.Address(RVA = "0x1B91478", Offset = "0x1B91478", Length = "0x68")]
415 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
416 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
417 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
418 {
419 typeof(string),
420 typeof(string)
421 }, ReturnType = typeof(string))]
422 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
423 public override string ToString()
424 {
425 throw null;
426 }
427
428 [global::Cpp2ILInjected.Token(Token = "0x6002621")]
429 [global::Cpp2ILInjected.Address(RVA = "0x1B914E0", Offset = "0x1B914E0", Length = "0x8")]
430 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
431 private static int get_core_clr_security_level()
432 {
433 throw null;
434 }
435
436 [global::Cpp2ILInjected.Token(Token = "0x1700055B")]
437 public override bool IsSecurityCritical
438 {
439 [global::Cpp2ILInjected.Token(Token = "0x6002622")]
440 [global::Cpp2ILInjected.Address(RVA = "0x1B914E8", Offset = "0x1B914E8", Length = "0x8")]
441 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
442 get
443 {
444 throw null;
445 }
446 }
447
448 [global::Cpp2ILInjected.Token(Token = "0x1700055C")]
449 public override int MetadataToken
450 {
451 [global::Cpp2ILInjected.Token(Token = "0x6002623")]
452 [global::Cpp2ILInjected.Address(RVA = "0x1B914F0", Offset = "0x1B914F0", Length = "0x4")]
453 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
454 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
455 get
456 {
457 throw null;
458 }
459 }
460
461 [global::Cpp2ILInjected.Token(Token = "0x6002624")]
462 [global::Cpp2ILInjected.Address(RVA = "0x1B914F4", Offset = "0x1B914F4", Length = "0x4")]
463 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
464 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
465 [MethodImpl(4096)]
466 internal static extern int get_metadata_token(RuntimeConstructorInfo method);
467
468 [global::Cpp2ILInjected.Token(Token = "0x6002625")]
469 [global::Cpp2ILInjected.Address(RVA = "0x1B914F8", Offset = "0x1B914F8", Length = "0x58")]
470 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
471 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ConstructorInfo), Member = ".ctor", ReturnType = typeof(void))]
472 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
474 {
475 throw null;
476 }
477
478 [global::Cpp2ILInjected.Token(Token = "0x40014F5")]
479 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
480 internal global::System.IntPtr mhandle;
481
482 [global::Cpp2ILInjected.Token(Token = "0x40014F6")]
483 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
484 private string name;
485
486 [global::Cpp2ILInjected.Token(Token = "0x40014F7")]
487 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
488 private global::System.Type reftype;
489 }
490}
class f__AnonymousType0<< Count > j__TPar
override MethodImplAttributes GetMethodImplementationFlags()
object InternalInvoke(object obj, object[] parameters, bool wrapExceptions)
static int get_metadata_token(RuntimeConstructorInfo method)
override object[] GetCustomAttributes(global::System.Type attributeType, bool inherit)
override object Invoke(object obj, BindingFlags invokeAttr, Binder binder, object[] parameters, global::System.Globalization.CultureInfo culture)
object DoInvoke(object obj, BindingFlags invokeAttr, Binder binder, object[] parameters, global::System.Globalization.CultureInfo culture)
override bool IsDefined(global::System.Type attributeType, bool inherit)
object InternalInvoke(object obj, object[] parameters, out global::System.Exception exc)
override global::System.RuntimeMethodHandle MethodHandle
override object Invoke(BindingFlags invokeAttr, Binder binder, object[] parameters, global::System.Globalization.CultureInfo culture)
void GetObjectData(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
void SerializationInvoke(object target, global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
override object[] GetCustomAttributes(bool inherit)