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
MethodBuilder.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x02000522 RID: 1314
8 public sealed class MethodBuilder : MethodInfo
9 {
10 // Token: 0x1700058C RID: 1420
11 // (get) Token: 0x060026CD RID: 9933 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: 0x1700058D RID: 1421
21 // (get) Token: 0x060026CE RID: 9934 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: 0x1700058E RID: 1422
31 // (get) Token: 0x060026CF RID: 9935 RVA: 0x0000207A File Offset: 0x0000027A
33 {
34 get
35 {
36 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
37 }
38 }
39
40 // Token: 0x1700058F RID: 1423
41 // (get) Token: 0x060026D0 RID: 9936 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: 0x17000590 RID: 1424
51 // (get) Token: 0x060026D1 RID: 9937 RVA: 0x0000207A File Offset: 0x0000027A
52 public override Type ReflectedType
53 {
54 get
55 {
56 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
57 }
58 }
59
60 // Token: 0x060026D2 RID: 9938 RVA: 0x0000207A File Offset: 0x0000027A
61 public override MethodInfo GetBaseDefinition()
62 {
63 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
64 }
65
66 // Token: 0x060026D3 RID: 9939 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: 0x060026D4 RID: 9940 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: 0x060026D5 RID: 9941 RVA: 0x0000207A File Offset: 0x0000027A
80 {
81 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
82 }
83
84 // Token: 0x060026D6 RID: 9942 RVA: 0x0000207A File Offset: 0x0000027A
85 public override ParameterInfo[] GetParameters()
86 {
87 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
88 }
89
90 // Token: 0x060026D7 RID: 9943 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: 0x060026D8 RID: 9944 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 MethodInfo GetBaseDefinition()
override RuntimeMethodHandle MethodHandle
override ParameterInfo[] GetParameters()
override MethodAttributes Attributes
override object Invoke(object obj, BindingFlags invokeAttr, Binder binder, object[] parameters, CultureInfo culture)
override MethodImplAttributes GetMethodImplementationFlags()
override bool IsDefined(Type attributeType, bool inherit)
override object[] GetCustomAttributes(bool inherit)