terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
ActivatedClientTypeEntry.cs
Go to the documentation of this file.
1using System;
7using Mono.Xml;
8
10{
11 [global::System.Runtime.InteropServices.ComVisible(true)]
12 [global::Cpp2ILInjected.Token(Token = "0x2000338")]
14 {
15 [global::Cpp2ILInjected.Token(Token = "0x6001BB1")]
16 [global::Cpp2ILInjected.Address(RVA = "0x1B24A94", Offset = "0x1B24A94", Length = "0x128")]
17 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
18 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ConfigHandler), Member = "ReadClientActivated", MemberParameters = new object[] { typeof(Mono.Xml.SmallXmlParser.IAttrList) }, ReturnType = typeof(void))]
19 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
20 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TypeEntry), Member = ".ctor", ReturnType = typeof(void))]
21 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Reflection.Assembly), Member = "Load", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.Reflection.Assembly))]
22 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "op_Equality", MemberParameters = new object[]
23 {
24 typeof(global::System.Type),
25 typeof(global::System.Type)
26 }, ReturnType = typeof(bool))]
27 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
28 {
29 typeof(string),
30 typeof(string),
31 typeof(string),
32 typeof(string)
33 }, ReturnType = typeof(string))]
34 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
35 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
36 public ActivatedClientTypeEntry(string typeName, string assemblyName, string appUrl)
37 {
38 throw null;
39 }
40
41 [global::Cpp2ILInjected.Token(Token = "0x17000323")]
42 public string ApplicationUrl
43 {
44 [global::Cpp2ILInjected.Token(Token = "0x6001BB2")]
45 [global::Cpp2ILInjected.Address(RVA = "0x1B24BC4", Offset = "0x1B24BC4", Length = "0x8")]
46 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
47 get
48 {
49 throw null;
50 }
51 }
52
53 [global::Cpp2ILInjected.Token(Token = "0x17000324")]
54 public global::System.Runtime.Remoting.Contexts.IContextAttribute[] ContextAttributes
55 {
56 [global::Cpp2ILInjected.Token(Token = "0x6001BB3")]
57 [global::Cpp2ILInjected.Address(RVA = "0x1B24BCC", Offset = "0x1B24BCC", Length = "0x8")]
58 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
59 get
60 {
61 throw null;
62 }
63 }
64
65 [global::Cpp2ILInjected.Token(Token = "0x17000325")]
66 public global::System.Type ObjectType
67 {
68 [global::Cpp2ILInjected.Token(Token = "0x6001BB4")]
69 [global::Cpp2ILInjected.Address(RVA = "0x1B24BD4", Offset = "0x1B24BD4", Length = "0x8")]
70 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
71 get
72 {
73 throw null;
74 }
75 }
76
77 [global::Cpp2ILInjected.Token(Token = "0x6001BB5")]
78 [global::Cpp2ILInjected.Address(RVA = "0x1B24BDC", Offset = "0x1B24BDC", Length = "0x14")]
79 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
80 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
81 {
82 typeof(string),
83 typeof(string),
84 typeof(string)
85 }, ReturnType = typeof(string))]
86 public override string ToString()
87 {
88 throw null;
89 }
90
91 [global::Cpp2ILInjected.Token(Token = "0x4000E19")]
92 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
93 private string applicationUrl;
94
95 [global::Cpp2ILInjected.Token(Token = "0x4000E1A")]
96 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
97 private global::System.Type obj_type;
98 }
99}
class f__AnonymousType0<< Count > j__TPar
global::System.Runtime.Remoting.Contexts.IContextAttribute[] ContextAttributes
ActivatedClientTypeEntry(string typeName, string assemblyName, string appUrl)