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
DynamicMethod.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x0200051B RID: 1307
8 public sealed class DynamicMethod : MethodInfo
9 {
10 // Token: 0x17000571 RID: 1393
11 // (get) Token: 0x06002676 RID: 9846 RVA: 0x0000207A File Offset: 0x0000027A
13 {
14 get
15 {
16 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
17 }
18 }
19
20 // Token: 0x17000572 RID: 1394
21 // (get) Token: 0x06002677 RID: 9847 RVA: 0x0000207A File Offset: 0x0000027A
22 public override Type DeclaringType
23 {
24 get
25 {
26 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
27 }
28 }
29
30 // Token: 0x17000573 RID: 1395
31 // (get) Token: 0x06002678 RID: 9848 RVA: 0x0000207A File Offset: 0x0000027A
32 public override string Name
33 {
34 get
35 {
36 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
37 }
38 }
39
40 // Token: 0x06002679 RID: 9849 RVA: 0x0000207A File Offset: 0x0000027A
41 public override ParameterInfo[] GetParameters()
42 {
43 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
44 }
45
46 // Token: 0x17000574 RID: 1396
47 // (get) Token: 0x0600267A RID: 9850 RVA: 0x0000207A File Offset: 0x0000027A
49 {
50 get
51 {
52 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
53 }
54 }
55
56 // Token: 0x17000575 RID: 1397
57 // (get) Token: 0x0600267B RID: 9851 RVA: 0x0000207A File Offset: 0x0000027A
58 public override Type ReflectedType
59 {
60 get
61 {
62 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
63 }
64 }
65
66 // Token: 0x0600267C RID: 9852 RVA: 0x0000207A File Offset: 0x0000027A
67 public override object[] GetCustomAttributes(bool inherit)
68 {
69 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
70 }
71
72 // Token: 0x0600267D RID: 9853 RVA: 0x0000207A File Offset: 0x0000027A
73 public override object[] GetCustomAttributes(Type attributeType, bool inherit)
74 {
75 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
76 }
77
78 // Token: 0x0600267E RID: 9854 RVA: 0x0000207A File Offset: 0x0000027A
80 {
81 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
82 }
83
84 // Token: 0x0600267F RID: 9855 RVA: 0x0000207A File Offset: 0x0000027A
85 public override MethodInfo GetBaseDefinition()
86 {
87 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
88 }
89
90 // Token: 0x06002680 RID: 9856 RVA: 0x0000207A File Offset: 0x0000027A
91 public override object Invoke(object obj, BindingFlags invokeAttr, Binder binder, object[] parameters, CultureInfo culture)
92 {
93 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
94 }
95
96 // Token: 0x06002681 RID: 9857 RVA: 0x0000207A File Offset: 0x0000027A
97 public override bool IsDefined(Type attributeType, bool inherit)
98 {
99 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
100 }
101 }
102}
class f__AnonymousType0<< Count > j__TPar
override object[] GetCustomAttributes(Type attributeType, bool inherit)
override object[] GetCustomAttributes(bool inherit)
override MethodAttributes Attributes
override MethodInfo GetBaseDefinition()
override object Invoke(object obj, BindingFlags invokeAttr, Binder binder, object[] parameters, CultureInfo culture)
override ParameterInfo[] GetParameters()
override bool IsDefined(Type attributeType, bool inherit)
override RuntimeMethodHandle MethodHandle
override MethodImplAttributes GetMethodImplementationFlags()