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
ActivatedClientTypeEntry.cs
Go to the documentation of this file.
1using System;
5
7{
8 // Token: 0x02000338 RID: 824
9 [ComVisible(true)]
11 {
12 // Token: 0x06001BB1 RID: 7089 RVA: 0x0003BB60 File Offset: 0x00039D60
13 public ActivatedClientTypeEntry(string typeName, string assemblyName, string appUrl)
14 {
15 this.assembly_name = assemblyName;
16 this.type_name = typeName;
18 Assembly assembly = Assembly.Load(assemblyName);
19 this.obj_type = assembly;
20 }
21
22 // Token: 0x17000323 RID: 803
23 // (get) Token: 0x06001BB2 RID: 7090 RVA: 0x0003BBA8 File Offset: 0x00039DA8
24 public string ApplicationUrl
25 {
26 get
27 {
28 return this.applicationUrl;
29 }
30 }
31
32 // Token: 0x17000324 RID: 804
33 // (get) Token: 0x06001BB3 RID: 7091 RVA: 0x0003BBBC File Offset: 0x00039DBC
35 {
36 get
37 {
38 }
39 }
40
41 // Token: 0x17000325 RID: 805
42 // (get) Token: 0x06001BB4 RID: 7092 RVA: 0x0003BBCC File Offset: 0x00039DCC
44 {
45 get
46 {
47 return this.obj_type;
48 }
49 }
50
51 // Token: 0x06001BB5 RID: 7093 RVA: 0x0003BBE0 File Offset: 0x00039DE0
52 public override string ToString()
53 {
54 string assembly_name = this.assembly_name;
55 string type_name = this.type_name;
56 string text = this.applicationUrl;
57 return type_name + assembly_name + text;
58 }
59
60 // Token: 0x04000E19 RID: 3609
61 private string applicationUrl;
62
63 // Token: 0x04000E1A RID: 3610
64 private Type obj_type;
65 }
66}
class f__AnonymousType0<< Count > j__TPar
static Assembly Load(string assemblyString)
Definition Assembly.cs:267
ActivatedClientTypeEntry(string typeName, string assemblyName, string appUrl)