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
TypeEntry.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000352 RID: 850
7 [ComVisible(true)]
8 public class TypeEntry
9 {
10 // Token: 0x06001C76 RID: 7286 RVA: 0x0003DE88 File Offset: 0x0003C088
11 protected TypeEntry()
12 {
13 }
14
15 // Token: 0x17000345 RID: 837
16 // (get) Token: 0x06001C77 RID: 7287 RVA: 0x0003DE9C File Offset: 0x0003C09C
17 // (set) Token: 0x06001C78 RID: 7288 RVA: 0x0003DEB0 File Offset: 0x0003C0B0
18 public string AssemblyName
19 {
20 get
21 {
22 return this.assembly_name;
23 }
24 set
25 {
27 }
28 }
29
30 // Token: 0x17000346 RID: 838
31 // (get) Token: 0x06001C79 RID: 7289 RVA: 0x0003DEC4 File Offset: 0x0003C0C4
32 // (set) Token: 0x06001C7A RID: 7290 RVA: 0x0003DED8 File Offset: 0x0003C0D8
33 public string TypeName
34 {
35 get
36 {
37 return this.type_name;
38 }
39 set
40 {
42 }
43 }
44
45 // Token: 0x04000E6C RID: 3692
46 private string assembly_name;
47
48 // Token: 0x04000E6D RID: 3693
49 private string type_name;
50 }
51}
class f__AnonymousType0<< Count > j__TPar