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
CADMethodRef.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x0200039D RID: 925
8 internal class CADMethodRef
9 {
10 // Token: 0x06001DBF RID: 7615 RVA: 0x00040E24 File Offset: 0x0003F024
11 private Type[] GetTypes(string[] typeArray)
12 {
13 if (!true)
14 {
15 }
17 }
18
19 // Token: 0x06001DC0 RID: 7616 RVA: 0x00040E40 File Offset: 0x0003F040
21 {
22 int num = 1;
23 string text = this.typeName;
24 if (num == 0)
25 {
26 }
27 string[] array = this.param_names;
28 if (this.ctor)
29 {
30 }
31 string text2 = this.methodName;
32 if (this.generic_arg_names != null)
33 {
34 }
35 if (this.generic_arg_names != null)
36 {
37 }
38 if (this.generic_arg_names != null)
39 {
40 string text3 = this.methodName;
41 string[] array2 = this.generic_arg_names;
42 string[] array3 = this.param_names;
43 string[] array4 = this.param_names;
44 }
46 }
47
48 // Token: 0x06001DC1 RID: 7617 RVA: 0x00040EE4 File Offset: 0x0003F0E4
50 {
51 }
52
53 // Token: 0x04000F08 RID: 3848
54 private bool ctor;
55
56 // Token: 0x04000F09 RID: 3849
57 private string typeName;
58
59 // Token: 0x04000F0A RID: 3850
60 private string methodName;
61
62 // Token: 0x04000F0B RID: 3851
63 private string[] param_names;
64
65 // Token: 0x04000F0C RID: 3852
66 private string[] generic_arg_names;
67 }
68}
class f__AnonymousType0<< Count > j__TPar