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
RemotingConfiguration.cs
Go to the documentation of this file.
1using System;
3using System.IO;
11using Mono.Xml;
12
14{
15 [global::System.Runtime.InteropServices.ComVisible(true)]
16 [global::Cpp2ILInjected.Token(Token = "0x2000343")]
17 public static class RemotingConfiguration
18 {
19 [global::Cpp2ILInjected.Token(Token = "0x1700033A")]
20 public static string ApplicationName
21 {
22 [global::Cpp2ILInjected.Token(Token = "0x6001BE7")]
23 [global::Cpp2ILInjected.Address(RVA = "0x1B26378", Offset = "0x1B26378", Length = "0x58")]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
25 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
26 get
27 {
28 throw null;
29 }
30 [global::Cpp2ILInjected.Token(Token = "0x6001BE8")]
31 [global::Cpp2ILInjected.Address(RVA = "0x1B263D0", Offset = "0x1B263D0", Length = "0x5C")]
32 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
33 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
34 set
35 {
36 throw null;
37 }
38 }
39
40 [global::Cpp2ILInjected.Token(Token = "0x1700033B")]
41 public static string ProcessId
42 {
43 [global::Cpp2ILInjected.Token(Token = "0x6001BE9")]
44 [global::Cpp2ILInjected.Address(RVA = "0x1B2642C", Offset = "0x1B2642C", Length = "0xA8")]
45 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Channels.CrossAppDomainData), Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
46 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Channels.CrossAppDomainChannel), Member = "CreateMessageSink", MemberParameters = new object[]
47 {
48 typeof(string),
49 typeof(object),
50 typeof(ref string)
51 }, ReturnType = typeof(global::System.Runtime.Remoting.Messaging.IMessageSink))]
52 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
53 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.AppDomain), Member = "GetProcessGuid", ReturnType = typeof(string))]
54 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
55 get
56 {
57 throw null;
58 }
59 }
60
61 [global::Cpp2ILInjected.Token(Token = "0x6001BEA")]
62 [global::Cpp2ILInjected.Address(RVA = "0x1B264D4", Offset = "0x1B264D4", Length = "0x358")]
63 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
64 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Channels.ChannelServices), Member = "CreateClientChannelSinkChain", MemberParameters = new object[]
65 {
66 typeof(string),
67 typeof(object),
68 typeof(ref string)
69 }, ReturnType = typeof(global::System.Runtime.Remoting.Messaging.IMessageSink))]
70 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
71 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Monitor), Member = "Enter", MemberParameters = new object[]
72 {
73 typeof(object),
74 typeof(ref bool)
75 }, ReturnType = typeof(void))]
76 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Monitor), Member = "Exit", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
77 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Mono.Xml.SmallXmlParser), Member = ".ctor", ReturnType = typeof(void))]
78 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetMachineConfigPath", ReturnType = typeof(string))]
79 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.IO.StreamReader), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
80 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ConfigHandler), Member = ".ctor", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
81 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Mono.Xml.SmallXmlParser), Member = "Parse", MemberParameters = new object[]
82 {
83 typeof(global::System.IO.TextReader),
85 }, ReturnType = typeof(void))]
86 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 24)]
87 internal static void LoadDefaultDelayedChannels()
88 {
89 throw null;
90 }
91
92 [global::Cpp2ILInjected.Token(Token = "0x6001BEB")]
93 [global::Cpp2ILInjected.Address(RVA = "0x1B268D4", Offset = "0x1B268D4", Length = "0x138")]
94 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
95 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Activation.RemoteActivator), Member = "Activate", MemberParameters = new object[] { typeof(global::System.Runtime.Remoting.Activation.IConstructionCallMessage) }, ReturnType = typeof(global::System.Runtime.Remoting.Activation.IConstructionReturnMessage))]
96 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
97 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Monitor), Member = "Enter", MemberParameters = new object[]
98 {
99 typeof(object),
100 typeof(ref bool)
101 }, ReturnType = typeof(void))]
102 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Monitor), Member = "Exit", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
103 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
104 public static bool IsActivationAllowed(global::System.Type svrType)
105 {
106 throw null;
107 }
108
109 [global::Cpp2ILInjected.Token(Token = "0x6001BEC")]
110 [global::Cpp2ILInjected.Address(RVA = "0x1B26A0C", Offset = "0x1B26A0C", Length = "0x180")]
111 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
112 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Activation.ActivationServices), Member = "CreateProxyForType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(object))]
113 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
114 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Monitor), Member = "Enter", MemberParameters = new object[]
115 {
116 typeof(object),
117 typeof(ref bool)
118 }, ReturnType = typeof(void))]
119 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Monitor), Member = "Exit", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
120 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
122 {
123 throw null;
124 }
125
126 [global::Cpp2ILInjected.Token(Token = "0x6001BED")]
127 [global::Cpp2ILInjected.Address(RVA = "0x1B26B8C", Offset = "0x1B26B8C", Length = "0x180")]
128 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
129 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Activation.ActivationServices), Member = "CreateProxyForType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(object))]
130 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
131 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Monitor), Member = "Enter", MemberParameters = new object[]
132 {
133 typeof(object),
134 typeof(ref bool)
135 }, ReturnType = typeof(void))]
136 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Monitor), Member = "Exit", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
137 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
139 {
140 throw null;
141 }
142
143 [global::Cpp2ILInjected.Token(Token = "0x6001BEE")]
144 [global::Cpp2ILInjected.Address(RVA = "0x1B26D0C", Offset = "0x1B26D0C", Length = "0x248")]
145 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
146 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RemotingConfiguration), Member = "RegisterTypes", MemberParameters = new object[] { typeof(global::System.Collections.ArrayList) }, ReturnType = typeof(void))]
147 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
148 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Monitor), Member = "Enter", MemberParameters = new object[]
149 {
150 typeof(object),
151 typeof(ref bool)
152 }, ReturnType = typeof(void))]
153 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Remoting.Activation.ActivationServices), Member = "EnableProxyActivation", MemberParameters = new object[]
154 {
155 typeof(global::System.Type),
156 typeof(bool)
157 }, ReturnType = typeof(void))]
158 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Monitor), Member = "Exit", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
159 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
160 {
161 typeof(string),
162 typeof(string),
163 typeof(string)
164 }, ReturnType = typeof(string))]
165 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
166 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 17)]
168 {
169 throw null;
170 }
171
172 [global::Cpp2ILInjected.Token(Token = "0x6001BEF")]
173 [global::Cpp2ILInjected.Address(RVA = "0x1B26F54", Offset = "0x1B26F54", Length = "0x130")]
174 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
175 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RemotingConfiguration), Member = "RegisterTypes", MemberParameters = new object[] { typeof(global::System.Collections.ArrayList) }, ReturnType = typeof(void))]
176 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
177 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Monitor), Member = "Enter", MemberParameters = new object[]
178 {
179 typeof(object),
180 typeof(ref bool)
181 }, ReturnType = typeof(void))]
182 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Monitor), Member = "Exit", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
183 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
185 {
186 throw null;
187 }
188
189 [global::Cpp2ILInjected.Token(Token = "0x6001BF0")]
190 [global::Cpp2ILInjected.Address(RVA = "0x1B27084", Offset = "0x1B27084", Length = "0x248")]
191 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
192 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RemotingConfiguration), Member = "RegisterTypes", MemberParameters = new object[] { typeof(global::System.Collections.ArrayList) }, ReturnType = typeof(void))]
193 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
194 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Monitor), Member = "Enter", MemberParameters = new object[]
195 {
196 typeof(object),
197 typeof(ref bool)
198 }, ReturnType = typeof(void))]
199 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Remoting.Activation.ActivationServices), Member = "EnableProxyActivation", MemberParameters = new object[]
200 {
201 typeof(global::System.Type),
202 typeof(bool)
203 }, ReturnType = typeof(void))]
204 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Monitor), Member = "Exit", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
205 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
206 {
207 typeof(string),
208 typeof(string),
209 typeof(string)
210 }, ReturnType = typeof(string))]
211 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
212 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 17)]
214 {
215 throw null;
216 }
217
218 [global::Cpp2ILInjected.Token(Token = "0x6001BF1")]
219 [global::Cpp2ILInjected.Address(RVA = "0x1B272CC", Offset = "0x1B272CC", Length = "0x174")]
220 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
221 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RemotingConfiguration), Member = "RegisterTypes", MemberParameters = new object[] { typeof(global::System.Collections.ArrayList) }, ReturnType = typeof(void))]
222 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
223 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Monitor), Member = "Enter", MemberParameters = new object[]
224 {
225 typeof(object),
226 typeof(ref bool)
227 }, ReturnType = typeof(void))]
228 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingServices), Member = "CreateWellKnownServerIdentity", MemberParameters = new object[]
229 {
230 typeof(global::System.Type),
231 typeof(string),
232 typeof(WellKnownObjectMode)
233 }, ReturnType = typeof(ServerIdentity))]
234 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Monitor), Member = "Exit", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
235 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
237 {
238 throw null;
239 }
240
241 [global::Cpp2ILInjected.Token(Token = "0x6001BF2")]
242 [global::Cpp2ILInjected.Address(RVA = "0x1B27550", Offset = "0x1B27550", Length = "0x70")]
243 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ConfigHandler), Member = "ReadChannel", MemberParameters = new object[]
244 {
246 typeof(bool)
247 }, ReturnType = typeof(void))]
248 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
249 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
250 internal static void RegisterChannelTemplate(ChannelData channel)
251 {
252 throw null;
253 }
254
255 [global::Cpp2ILInjected.Token(Token = "0x6001BF3")]
256 [global::Cpp2ILInjected.Address(RVA = "0x1B275C0", Offset = "0x1B275C0", Length = "0x70")]
257 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ConfigHandler), Member = "ParseElement", MemberParameters = new object[]
258 {
259 typeof(string),
261 }, ReturnType = typeof(void))]
262 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
263 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
265 {
266 throw null;
267 }
268
269 [global::Cpp2ILInjected.Token(Token = "0x6001BF4")]
270 [global::Cpp2ILInjected.Address(RVA = "0x1B27630", Offset = "0x1B27630", Length = "0x70")]
271 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ConfigHandler), Member = "ParseElement", MemberParameters = new object[]
272 {
273 typeof(string),
275 }, ReturnType = typeof(void))]
276 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
277 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
279 {
280 throw null;
281 }
282
283 [global::Cpp2ILInjected.Token(Token = "0x6001BF5")]
284 [global::Cpp2ILInjected.Address(RVA = "0x1B276A0", Offset = "0x1B276A0", Length = "0xBAC")]
285 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
286 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ConfigHandler), Member = "OnEndParsing", MemberParameters = new object[] { typeof(Mono.Xml.SmallXmlParser) }, ReturnType = typeof(void))]
287 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
288 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Inequality", MemberParameters = new object[]
289 {
290 typeof(string),
291 typeof(string)
292 }, ReturnType = typeof(bool))]
293 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
294 {
295 typeof(string),
296 typeof(string)
297 }, ReturnType = typeof(bool))]
298 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ChannelData), Member = "CopyFrom", MemberParameters = new object[] { typeof(ChannelData) }, ReturnType = typeof(void))]
299 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ChannelData), Member = "get_ServerProviders", ReturnType = typeof(global::System.Collections.ArrayList))]
300 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ProviderData), Member = "CopyFrom", MemberParameters = new object[] { typeof(ProviderData) }, ReturnType = typeof(void))]
301 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ChannelData), Member = "get_ClientProviders", ReturnType = typeof(global::System.Collections.ArrayList))]
302 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Remoting.Channels.ChannelServices), Member = "RegisterChannelConfig", MemberParameters = new object[] { typeof(ChannelData) }, ReturnType = typeof(void))]
303 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
304 {
305 typeof(string),
306 typeof(string),
307 typeof(string)
308 }, ReturnType = typeof(string))]
309 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
310 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 68)]
311 internal static void RegisterChannels(global::System.Collections.ArrayList channels, bool onlyDelayed)
312 {
313 throw null;
314 }
315
316 [global::Cpp2ILInjected.Token(Token = "0x6001BF6")]
317 [global::Cpp2ILInjected.Address(RVA = "0x1B29240", Offset = "0x1B29240", Length = "0x50C")]
318 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
319 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ConfigHandler), Member = "OnEndParsing", MemberParameters = new object[] { typeof(Mono.Xml.SmallXmlParser) }, ReturnType = typeof(void))]
320 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
321 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingConfiguration), Member = "RegisterWellKnownServiceType", MemberParameters = new object[] { typeof(WellKnownServiceTypeEntry) }, ReturnType = typeof(void))]
322 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingConfiguration), Member = "RegisterActivatedClientType", MemberParameters = new object[] { typeof(ActivatedClientTypeEntry) }, ReturnType = typeof(void))]
323 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingConfiguration), Member = "RegisterActivatedServiceType", MemberParameters = new object[] { typeof(ActivatedServiceTypeEntry) }, ReturnType = typeof(void))]
324 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingConfiguration), Member = "RegisterWellKnownClientType", MemberParameters = new object[] { typeof(WellKnownClientTypeEntry) }, ReturnType = typeof(void))]
325 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 29)]
326 internal static void RegisterTypes(global::System.Collections.ArrayList types)
327 {
328 throw null;
329 }
330
331 [global::Cpp2ILInjected.Token(Token = "0x6001BF7")]
332 [global::Cpp2ILInjected.Address(RVA = "0x1B2974C", Offset = "0x1B2974C", Length = "0x94")]
333 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
334 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Channels.ChannelServices), Member = "CheckReturnMessage", MemberParameters = new object[]
335 {
336 typeof(global::System.Runtime.Remoting.Messaging.IMessage),
337 typeof(global::System.Runtime.Remoting.Messaging.IMessage)
338 }, ReturnType = typeof(global::System.Runtime.Remoting.Messaging.IMessage))]
339 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
340 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
341 public static bool CustomErrorsEnabled(bool isLocalRequest)
342 {
343 throw null;
344 }
345
346 [global::Cpp2ILInjected.Token(Token = "0x6001BF8")]
347 [global::Cpp2ILInjected.Address(RVA = "0x1B297E0", Offset = "0x1B297E0", Length = "0x24C")]
348 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
349 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ConfigHandler), Member = "ParseElement", MemberParameters = new object[]
350 {
351 typeof(string),
353 }, ReturnType = typeof(void))]
354 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
355 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "ToLower", ReturnType = typeof(string))]
356 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Inequality", MemberParameters = new object[]
357 {
358 typeof(string),
359 typeof(string)
360 }, ReturnType = typeof(bool))]
361 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(global::System.RuntimeTypeHandle) }, ReturnType = typeof(global::System.Type))]
362 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Enum), Member = "Parse", MemberParameters = new object[]
363 {
364 typeof(global::System.Type),
365 typeof(string),
366 typeof(bool)
367 }, ReturnType = typeof(object))]
368 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
369 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
370 {
371 typeof(string),
372 typeof(string)
373 }, ReturnType = typeof(string))]
374 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 23)]
375 internal static void SetCustomErrorsMode(string mode)
376 {
377 throw null;
378 }
379
380 // Note: this type is marked as 'beforefieldinit'.
381 [global::Cpp2ILInjected.Token(Token = "0x6001BF9")]
382 [global::Cpp2ILInjected.Address(RVA = "0x1B29A2C", Offset = "0x1B29A2C", Length = "0x154")]
383 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
384 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
385 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Hashtable), Member = ".ctor", ReturnType = typeof(void))]
386 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
388 {
389 throw null;
390 }
391
392 [global::Cpp2ILInjected.Token(Token = "0x4000E32")]
393 private static string applicationID;
394
395 [global::Cpp2ILInjected.Token(Token = "0x4000E33")]
396 private static string applicationName;
397
398 [global::Cpp2ILInjected.Token(Token = "0x4000E34")]
399 private static string processGuid;
400
401 [global::Cpp2ILInjected.Token(Token = "0x4000E35")]
402 private static bool defaultConfigRead;
403
404 [global::Cpp2ILInjected.Token(Token = "0x4000E36")]
405 private static bool defaultDelayedConfigRead;
406
407 [global::Cpp2ILInjected.Token(Token = "0x4000E37")]
409
410 [global::Cpp2ILInjected.Token(Token = "0x4000E38")]
411 private static global::System.Collections.Hashtable wellKnownClientEntries;
412
413 [global::Cpp2ILInjected.Token(Token = "0x4000E39")]
414 private static global::System.Collections.Hashtable activatedClientEntries;
415
416 [global::Cpp2ILInjected.Token(Token = "0x4000E3A")]
417 private static global::System.Collections.Hashtable wellKnownServiceEntries;
418
419 [global::Cpp2ILInjected.Token(Token = "0x4000E3B")]
420 private static global::System.Collections.Hashtable activatedServiceEntries;
421
422 [global::Cpp2ILInjected.Token(Token = "0x4000E3C")]
423 private static global::System.Collections.Hashtable channelTemplates;
424
425 [global::Cpp2ILInjected.Token(Token = "0x4000E3D")]
426 private static global::System.Collections.Hashtable clientProviderTemplates;
427
428 [global::Cpp2ILInjected.Token(Token = "0x4000E3E")]
429 private static global::System.Collections.Hashtable serverProviderTemplates;
430 }
431}
class f__AnonymousType0<< Count > j__TPar
static bool IsActivationAllowed(global::System.Type svrType)
static void RegisterChannels(global::System.Collections.ArrayList channels, bool onlyDelayed)
static global::System.Collections.Hashtable wellKnownServiceEntries
static void RegisterActivatedServiceType(ActivatedServiceTypeEntry entry)
static void RegisterChannelTemplate(ChannelData channel)
static void RegisterActivatedClientType(ActivatedClientTypeEntry entry)
static global::System.Collections.Hashtable activatedServiceEntries
static void RegisterWellKnownClientType(WellKnownClientTypeEntry entry)
static bool CustomErrorsEnabled(bool isLocalRequest)
static WellKnownClientTypeEntry IsWellKnownClientType(global::System.Type svrType)
static void RegisterWellKnownServiceType(WellKnownServiceTypeEntry entry)
static ActivatedClientTypeEntry IsRemotelyActivatedClientType(global::System.Type svrType)
static global::System.Collections.Hashtable wellKnownClientEntries
static global::System.Collections.Hashtable activatedClientEntries
static global::System.Collections.Hashtable clientProviderTemplates
static global::System.Collections.Hashtable serverProviderTemplates
static global::System.Collections.Hashtable channelTemplates
static void RegisterTypes(global::System.Collections.ArrayList types)
static void RegisterServerProviderTemplate(ProviderData prov)
static void RegisterClientProviderTemplate(ProviderData prov)