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
WellKnownClientTypeEntry.cs
Go to the documentation of this file.
1using System;
6using Mono.Xml;
7
9{
10 [global::System.Runtime.InteropServices.ComVisible(true)]
11 [global::Cpp2ILInjected.Token(Token = "0x2000354")]
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x6001C7E")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1B330C8", Offset = "0x1B330C8", Length = "0x12C")]
16 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ConfigHandler), Member = "ReadClientWellKnown", MemberParameters = new object[] { typeof(Mono.Xml.SmallXmlParser.IAttrList) }, ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
19 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
20 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Reflection.Assembly), Member = "Load", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.Reflection.Assembly))]
21 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "op_Equality", MemberParameters = new object[]
22 {
23 typeof(global::System.Type),
24 typeof(global::System.Type)
25 }, ReturnType = typeof(bool))]
26 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
27 {
28 typeof(string),
29 typeof(string),
30 typeof(string),
31 typeof(string)
32 }, ReturnType = typeof(string))]
33 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
34 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
35 public WellKnownClientTypeEntry(string typeName, string assemblyName, string objectUrl)
36 {
37 throw null;
38 }
39
40 [global::Cpp2ILInjected.Token(Token = "0x17000348")]
41 public string ApplicationUrl
42 {
43 [global::Cpp2ILInjected.Token(Token = "0x6001C7F")]
44 [global::Cpp2ILInjected.Address(RVA = "0x1B331F4", Offset = "0x1B331F4", Length = "0x8")]
45 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
46 get
47 {
48 throw null;
49 }
50 }
51
52 [global::Cpp2ILInjected.Token(Token = "0x17000349")]
53 public global::System.Type ObjectType
54 {
55 [global::Cpp2ILInjected.Token(Token = "0x6001C80")]
56 [global::Cpp2ILInjected.Address(RVA = "0x1B331FC", Offset = "0x1B331FC", Length = "0x8")]
57 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
58 get
59 {
60 throw null;
61 }
62 }
63
64 [global::Cpp2ILInjected.Token(Token = "0x1700034A")]
65 public string ObjectUrl
66 {
67 [global::Cpp2ILInjected.Token(Token = "0x6001C81")]
68 [global::Cpp2ILInjected.Address(RVA = "0x1B33204", Offset = "0x1B33204", Length = "0x8")]
69 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
70 get
71 {
72 throw null;
73 }
74 }
75
76 [global::Cpp2ILInjected.Token(Token = "0x6001C82")]
77 [global::Cpp2ILInjected.Address(RVA = "0x1B3320C", Offset = "0x1B3320C", Length = "0x1C")]
78 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
79 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
80 {
81 typeof(string),
82 typeof(string),
83 typeof(string),
84 typeof(string)
85 }, ReturnType = typeof(string))]
86 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
87 {
88 typeof(string),
89 typeof(string),
90 typeof(string)
91 }, ReturnType = typeof(string))]
92 public override string ToString()
93 {
94 throw null;
95 }
96
97 [global::Cpp2ILInjected.Token(Token = "0x4000E71")]
98 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
99 private global::System.Type obj_type;
100
101 [global::Cpp2ILInjected.Token(Token = "0x4000E72")]
102 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
103 private string obj_url;
104
105 [global::Cpp2ILInjected.Token(Token = "0x4000E73")]
106 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
107 private string app_url;
108 }
109}
class f__AnonymousType0<< Count > j__TPar
WellKnownClientTypeEntry(string typeName, string assemblyName, string objectUrl)