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
RemotingServices.cs
Go to the documentation of this file.
1using System;
3using System.IO;
18using Cpp2ILInjected;
20
22{
23 [global::System.Runtime.InteropServices.ComVisible(true)]
24 [global::Cpp2ILInjected.Token(Token = "0x2000349")]
25 public static class RemotingServices
26 {
27 [global::Cpp2ILInjected.Token(Token = "0x6001C1E")]
28 [global::Cpp2ILInjected.Address(RVA = "0x1B2CEB0", Offset = "0x1B2CEB0", Length = "0x28C")]
29 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
30 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Hashtable), Member = ".ctor", ReturnType = typeof(void))]
31 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
32 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Remoting.Messaging.RemotingSurrogateSelector), Member = ".ctor", ReturnType = typeof(void))]
33 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.StreamingContext), Member = ".ctor", MemberParameters = new object[]
34 {
35 typeof(global::System.Runtime.Serialization.StreamingContextStates),
36 typeof(object)
37 }, ReturnType = typeof(void))]
38 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.BinaryFormatter), Member = ".ctor", MemberParameters = new object[]
39 {
40 typeof(global::System.Runtime.Serialization.ISurrogateSelector),
41 typeof(global::System.Runtime.Serialization.StreamingContext)
42 }, ReturnType = typeof(void))]
43 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingServices), Member = "RegisterInternalChannels", ReturnType = typeof(void))]
44 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(global::System.RuntimeTypeHandle) }, ReturnType = typeof(global::System.Type))]
45 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingServices), Member = "CreateWellKnownServerIdentity", MemberParameters = new object[]
46 {
47 typeof(global::System.Type),
48 typeof(string),
50 }, ReturnType = typeof(ServerIdentity))]
51 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetMethod", MemberParameters = new object[]
52 {
53 typeof(string),
54 typeof(global::System.Reflection.BindingFlags)
55 }, ReturnType = typeof(global::System.Reflection.MethodInfo))]
56 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 17)]
58 {
59 throw null;
60 }
61
62 [global::Cpp2ILInjected.Token(Token = "0x6001C1F")]
63 [global::Cpp2ILInjected.Address(RVA = "0x1B2D18C", Offset = "0x1B2D18C", Length = "0x4")]
64 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
65 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
66 [MethodImpl(4096)]
67 internal static extern object InternalExecute(global::System.Reflection.MethodBase method, object obj, object[] parameters, out object[] out_args);
68
69 [global::Cpp2ILInjected.Token(Token = "0x6001C20")]
70 [global::Cpp2ILInjected.Address(RVA = "0x1B2D190", Offset = "0x1B2D190", Length = "0x4")]
71 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.MethodCall), Member = "ResolveMethod", ReturnType = typeof(void))]
72 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
73 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
74 [MethodImpl(4096)]
75 internal static extern global::System.Reflection.MethodBase GetVirtualMethod(global::System.Type type, global::System.Reflection.MethodBase method);
76
77 [global::Cpp2ILInjected.Token(Token = "0x6001C21")]
78 [global::Cpp2ILInjected.Address(RVA = "0x1B2D194", Offset = "0x1B2D194", Length = "0x38")]
79 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RemotingServices), Member = "Marshal", MemberParameters = new object[]
80 {
81 typeof(global::System.MarshalByRefObject),
82 typeof(string),
83 typeof(global::System.Type)
84 }, ReturnType = typeof(ObjRef))]
85 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RemotingServices), Member = "GetRealProxy", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(global::System.Runtime.Remoting.Proxies.RealProxy))]
86 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ServerIdentity), Member = "AttachServerObject", MemberParameters = new object[]
87 {
88 typeof(global::System.MarshalByRefObject),
89 typeof(global::System.Runtime.Remoting.Contexts.Context)
90 }, ReturnType = typeof(void))]
91 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Contexts.Context), Member = "GetDynamicPropertyCollection", MemberParameters = new object[]
92 {
93 typeof(global::System.ContextBoundObject),
94 typeof(global::System.Runtime.Remoting.Contexts.Context)
95 }, ReturnType = typeof(global::System.Runtime.Remoting.Contexts.DynamicPropertyCollection))]
96 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.CADMessageBase), Member = "MarshalArgument", MemberParameters = new object[]
97 {
98 typeof(object),
99 typeof(ref global::System.Collections.ArrayList)
100 }, ReturnType = typeof(object))]
101 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.RemotingSurrogate), Member = "GetObjectData", MemberParameters = new object[]
102 {
103 typeof(object),
104 typeof(global::System.Runtime.Serialization.SerializationInfo),
105 typeof(global::System.Runtime.Serialization.StreamingContext)
106 }, ReturnType = typeof(void))]
107 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.StackBuilderSink), Member = ".ctor", MemberParameters = new object[]
108 {
109 typeof(global::System.MarshalByRefObject),
110 typeof(bool)
111 }, ReturnType = typeof(void))]
112 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 7)]
113 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
114 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
115 public static bool IsTransparentProxy(object proxy)
116 {
117 throw null;
118 }
119
120 [global::Cpp2ILInjected.Token(Token = "0x6001C22")]
121 [global::Cpp2ILInjected.Address(RVA = "0x1B2D1CC", Offset = "0x1B2D1CC", Length = "0x8F4")]
122 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
123 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Activation.ActivationServices), Member = "CreateInstanceFromMessage", MemberParameters = new object[] { typeof(global::System.Runtime.Remoting.Activation.IConstructionCallMessage) }, ReturnType = typeof(global::System.Runtime.Remoting.Messaging.IMessage))]
124 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.StackBuilderSink), Member = "SyncProcessMessage", MemberParameters = new object[] { typeof(global::System.Runtime.Remoting.Messaging.IMessage) }, ReturnType = typeof(global::System.Runtime.Remoting.Messaging.IMessage))]
125 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.StackBuilderSink), Member = "ExecuteAsyncMessage", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
126 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
127 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "GetType", ReturnType = typeof(global::System.Type))]
128 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "op_Equality", MemberParameters = new object[]
129 {
130 typeof(global::System.Type),
131 typeof(global::System.Type)
132 }, ReturnType = typeof(bool))]
133 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Reflection.MethodBase), Member = "op_Equality", MemberParameters = new object[]
134 {
135 typeof(global::System.Reflection.MethodBase),
136 typeof(global::System.Reflection.MethodBase)
137 }, ReturnType = typeof(bool))]
138 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Remoting.Messaging.CallContext), Member = "SetLogicalCallContext", MemberParameters = new object[] { typeof(global::System.Runtime.Remoting.Messaging.LogicalCallContext) }, ReturnType = typeof(global::System.Runtime.Remoting.Messaging.LogicalCallContext))]
139 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Reflection.ParameterInfo), Member = "get_IsOut", ReturnType = typeof(bool))]
140 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "get_IsByRef", ReturnType = typeof(bool))]
141 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Thread), Member = "get_CurrentThread", ReturnType = typeof(global::System.Threading.Thread))]
142 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Thread), Member = "GetMutableExecutionContext", ReturnType = typeof(global::System.Threading.ExecutionContext))]
143 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.ExecutionContext), Member = "get_LogicalCallContext", ReturnType = typeof(global::System.Runtime.Remoting.Messaging.LogicalCallContext))]
144 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Remoting.Messaging.ReturnMessage), Member = ".ctor", MemberParameters = new object[]
145 {
146 typeof(object),
147 typeof(object[]),
148 typeof(int),
149 typeof(global::System.Runtime.Remoting.Messaging.LogicalCallContext),
150 typeof(global::System.Runtime.Remoting.Messaging.IMethodCallMessage)
151 }, ReturnType = typeof(void))]
152 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
153 {
154 typeof(string),
155 typeof(object),
156 typeof(object)
157 }, ReturnType = typeof(string))]
158 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
159 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Remoting.Messaging.ReturnMessage), Member = ".ctor", MemberParameters = new object[]
160 {
161 typeof(global::System.Exception),
162 typeof(global::System.Runtime.Remoting.Messaging.IMethodCallMessage)
163 }, ReturnType = typeof(void))]
164 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 50)]
165 internal static global::System.Runtime.Remoting.Messaging.IMethodReturnMessage InternalExecuteMessage(global::System.MarshalByRefObject target, global::System.Runtime.Remoting.Messaging.IMethodCallMessage reqMsg)
166 {
167 throw null;
168 }
169
170 [global::System.Runtime.InteropServices.ComVisible(true)]
171 [global::Cpp2ILInjected.Token(Token = "0x6001C23")]
172 [global::Cpp2ILInjected.Address(RVA = "0x1B2DAC0", Offset = "0x1B2DAC0", Length = "0x94")]
173 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Activation.AppDomainLevelActivator), Member = "Activate", MemberParameters = new object[] { typeof(global::System.Runtime.Remoting.Activation.IConstructionCallMessage) }, ReturnType = typeof(global::System.Runtime.Remoting.Activation.IConstructionReturnMessage))]
174 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
175 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ObjRef), Member = ".ctor", MemberParameters = new object[]
176 {
177 typeof(global::System.Type),
178 typeof(string),
179 typeof(object)
180 }, ReturnType = typeof(void))]
181 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
182 public static object Connect(global::System.Type classToProxy, string url)
183 {
184 throw null;
185 }
186
187 [global::System.Runtime.InteropServices.ComVisible(true)]
188 [global::Cpp2ILInjected.Token(Token = "0x6001C24")]
189 [global::Cpp2ILInjected.Address(RVA = "0x1B2DBC8", Offset = "0x1B2DBC8", Length = "0xA0")]
190 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RemotingServices), Member = "CreateClientProxy", MemberParameters = new object[] { typeof(WellKnownClientTypeEntry) }, ReturnType = typeof(object))]
191 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
192 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ObjRef), Member = ".ctor", MemberParameters = new object[]
193 {
194 typeof(global::System.Type),
195 typeof(string),
196 typeof(object)
197 }, ReturnType = typeof(void))]
198 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingServices), Member = "GetRemoteObject", MemberParameters = new object[]
199 {
200 typeof(ObjRef),
201 typeof(global::System.Type)
202 }, ReturnType = typeof(object))]
203 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
204 public static object Connect(global::System.Type classToProxy, string url, object data)
205 {
206 throw null;
207 }
208
209 [global::Cpp2ILInjected.Token(Token = "0x6001C25")]
210 [global::Cpp2ILInjected.Address(RVA = "0x1B2DC68", Offset = "0x1B2DC68", Length = "0xA8")]
211 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
212 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.MethodCall), Member = "ResolveMethod", ReturnType = typeof(void))]
213 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
214 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingServices), Member = "GetIdentityForUri", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(Identity))]
215 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
216 public static global::System.Type GetServerTypeForUri(string URI)
217 {
218 throw null;
219 }
220
221 [global::Cpp2ILInjected.Token(Token = "0x6001C26")]
222 [global::Cpp2ILInjected.Address(RVA = "0x1B26194", Offset = "0x1B26194", Length = "0x58")]
223 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.CADMessageBase), Member = "UnmarshalArgument", MemberParameters = new object[]
224 {
225 typeof(object),
226 typeof(global::System.Collections.ArrayList)
227 }, ReturnType = typeof(object))]
228 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
229 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingServices), Member = "Unmarshal", MemberParameters = new object[]
230 {
231 typeof(ObjRef),
232 typeof(bool)
233 }, ReturnType = typeof(object))]
234 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
235 public static object Unmarshal(ObjRef objectRef)
236 {
237 throw null;
238 }
239
240 [global::Cpp2ILInjected.Token(Token = "0x6001C27")]
241 [global::Cpp2ILInjected.Address(RVA = "0x1B2DF44", Offset = "0x1B2DF44", Length = "0x240")]
242 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
243 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RemotingServices), Member = "Unmarshal", MemberParameters = new object[] { typeof(ObjRef) }, ReturnType = typeof(object))]
244 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
245 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ObjRef), Member = "get_ServerType", ReturnType = typeof(global::System.Type))]
246 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(global::System.RuntimeTypeHandle) }, ReturnType = typeof(global::System.Type))]
247 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "op_Equality", MemberParameters = new object[]
248 {
249 typeof(global::System.Type),
250 typeof(global::System.Type)
251 }, ReturnType = typeof(bool))]
252 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ObjRef), Member = "get_IsReferenceToWellKnow", ReturnType = typeof(bool))]
253 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingServices), Member = "GetRemoteObject", MemberParameters = new object[]
254 {
255 typeof(ObjRef),
256 typeof(global::System.Type)
257 }, ReturnType = typeof(object))]
258 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "get_IsContextful", ReturnType = typeof(bool))]
259 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Attribute), Member = "GetCustomAttribute", MemberParameters = new object[]
260 {
261 typeof(global::System.Reflection.MemberInfo),
262 typeof(global::System.Type),
263 typeof(bool)
264 }, ReturnType = typeof(global::System.Attribute))]
265 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingServices), Member = "GetProxyForRemoteObject", MemberParameters = new object[]
266 {
267 typeof(ObjRef),
268 typeof(global::System.Type)
269 }, ReturnType = typeof(object))]
270 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Remoting.Services.TrackingServices), Member = "NotifyUnmarshaledObject", MemberParameters = new object[]
271 {
272 typeof(object),
274 }, ReturnType = typeof(void))]
275 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 14)]
276 public static object Unmarshal(ObjRef objectRef, bool fRefine)
277 {
278 throw null;
279 }
280
281 [global::Cpp2ILInjected.Token(Token = "0x6001C28")]
282 [global::Cpp2ILInjected.Address(RVA = "0x1B2E270", Offset = "0x1B2E270", Length = "0x4C")]
283 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RemotingServices), Member = "GetObjectData", MemberParameters = new object[]
284 {
285 typeof(object),
286 typeof(global::System.Runtime.Serialization.SerializationInfo),
287 typeof(global::System.Runtime.Serialization.StreamingContext)
288 }, ReturnType = typeof(void))]
289 [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))]
290 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.CADMessageBase), Member = "MarshalArgument", MemberParameters = new object[]
291 {
292 typeof(object),
293 typeof(ref global::System.Collections.ArrayList)
294 }, ReturnType = typeof(object))]
295 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
296 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingServices), Member = "Marshal", MemberParameters = new object[]
297 {
298 typeof(global::System.MarshalByRefObject),
299 typeof(string),
300 typeof(global::System.Type)
301 }, ReturnType = typeof(ObjRef))]
302 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
303 public static ObjRef Marshal(global::System.MarshalByRefObject Obj)
304 {
305 throw null;
306 }
307
308 [global::Cpp2ILInjected.Token(Token = "0x6001C29")]
309 [global::Cpp2ILInjected.Address(RVA = "0x1B2E2BC", Offset = "0x1B2E2BC", Length = "0x78")]
310 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.AppDomain), Member = "GetMarshalledDomainObjRef", ReturnType = typeof(byte[]))]
311 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RemotingServices), Member = "Marshal", MemberParameters = new object[] { typeof(global::System.MarshalByRefObject) }, ReturnType = typeof(ObjRef))]
312 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
313 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingServices), Member = "IsTransparentProxy", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
314 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
315 public static ObjRef Marshal(global::System.MarshalByRefObject Obj, string ObjURI, global::System.Type RequestedType)
316 {
317 throw null;
318 }
319
320 [global::Cpp2ILInjected.Token(Token = "0x6001C2A")]
321 [global::Cpp2ILInjected.Address(RVA = "0x1B2E37C", Offset = "0x1B2E37C", Length = "0x338")]
322 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
323 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
324 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Monitor), Member = "Enter", MemberParameters = new object[]
325 {
326 typeof(object),
327 typeof(ref bool)
328 }, ReturnType = typeof(void))]
329 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Guid), Member = "NewGuid", ReturnType = typeof(global::System.Guid))]
330 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Guid), Member = "ToString", ReturnType = typeof(string))]
331 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Replace", MemberParameters = new object[]
332 {
333 typeof(char),
334 typeof(char)
335 }, ReturnType = typeof(string))]
336 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
337 {
338 typeof(string),
339 typeof(string)
340 }, ReturnType = typeof(string))]
341 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Monitor), Member = "Exit", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
342 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Interlocked), Member = "Increment", MemberParameters = new object[] { typeof(ref int) }, ReturnType = typeof(int))]
343 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "get_TickCount", ReturnType = typeof(int))]
344 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "ToString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
345 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "ToString", ReturnType = typeof(string))]
346 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[] { typeof(string[]) }, ReturnType = typeof(string))]
347 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 25)]
348 private static string NewUri()
349 {
350 throw null;
351 }
352
353 [global::System.Runtime.ConstrainedExecution.ReliabilityContract(global::System.Runtime.ConstrainedExecution.Consistency.WillNotCorruptState, global::System.Runtime.ConstrainedExecution.Cer.Success)]
354 [global::Cpp2ILInjected.Token(Token = "0x6001C2B")]
355 [global::Cpp2ILInjected.Address(RVA = "0x1B2E334", Offset = "0x1B2E334", Length = "0x48")]
356 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Proxies.ProxyAttribute), Member = "CreateProxy", MemberParameters = new object[]
357 {
358 typeof(ObjRef),
359 typeof(global::System.Type),
360 typeof(object),
361 typeof(global::System.Runtime.Remoting.Contexts.Context)
362 }, ReturnType = typeof(global::System.Runtime.Remoting.Proxies.RealProxy))]
363 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Contexts.Context), Member = "GetDynamicPropertyCollection", MemberParameters = new object[]
364 {
365 typeof(global::System.ContextBoundObject),
366 typeof(global::System.Runtime.Remoting.Contexts.Context)
367 }, ReturnType = typeof(global::System.Runtime.Remoting.Contexts.DynamicPropertyCollection))]
368 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.RemotingSurrogate), Member = "GetObjectData", MemberParameters = new object[]
369 {
370 typeof(object),
371 typeof(global::System.Runtime.Serialization.SerializationInfo),
372 typeof(global::System.Runtime.Serialization.StreamingContext)
373 }, ReturnType = typeof(void))]
374 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.StackBuilderSink), Member = ".ctor", MemberParameters = new object[]
375 {
376 typeof(global::System.MarshalByRefObject),
377 typeof(bool)
378 }, ReturnType = typeof(void))]
379 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
380 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingServices), Member = "IsTransparentProxy", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
381 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
382 public static global::System.Runtime.Remoting.Proxies.RealProxy GetRealProxy(object proxy)
383 {
384 throw null;
385 }
386
387 [global::Cpp2ILInjected.Token(Token = "0x6001C2C")]
388 [global::Cpp2ILInjected.Address(RVA = "0x1B2EB64", Offset = "0x1B2EB64", Length = "0x2E0")]
389 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
390 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.MethodCall), Member = "ResolveMethod", ReturnType = typeof(void))]
391 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.MethodResponse), Member = "get_MethodBase", ReturnType = typeof(global::System.Reflection.MethodBase))]
392 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
393 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "op_Equality", MemberParameters = new object[]
394 {
395 typeof(global::System.Type),
396 typeof(global::System.Type)
397 }, ReturnType = typeof(bool))]
398 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
399 {
400 typeof(string),
401 typeof(string),
402 typeof(string)
403 }, ReturnType = typeof(string))]
404 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
405 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
406 public static global::System.Reflection.MethodBase GetMethodBaseFromMethodMessage(global::System.Runtime.Remoting.Messaging.IMethodMessage msg)
407 {
408 throw null;
409 }
410
411 [global::Cpp2ILInjected.Token(Token = "0x6001C2D")]
412 [global::Cpp2ILInjected.Address(RVA = "0x1B2EE44", Offset = "0x1B2EE44", Length = "0x1C8")]
413 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.MethodCall), Member = "ResolveMethod", ReturnType = typeof(void))]
414 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
415 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "get_IsInterface", ReturnType = typeof(bool))]
416 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetMethod", MemberParameters = new object[]
417 {
418 typeof(string),
419 typeof(global::System.Reflection.BindingFlags),
420 typeof(global::System.Reflection.Binder),
421 typeof(global::System.Type[]),
422 typeof(global::System.Reflection.ParameterModifier[])
423 }, ReturnType = typeof(global::System.Reflection.MethodInfo))]
424 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetMethod", MemberParameters = new object[]
425 {
426 typeof(string),
427 typeof(global::System.Reflection.BindingFlags)
428 }, ReturnType = typeof(global::System.Reflection.MethodInfo))]
429 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Reflection.MethodBase), Member = "op_Inequality", MemberParameters = new object[]
430 {
431 typeof(global::System.Reflection.MethodBase),
432 typeof(global::System.Reflection.MethodBase)
433 }, ReturnType = typeof(bool))]
434 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
435 {
436 typeof(string),
437 typeof(string)
438 }, ReturnType = typeof(bool))]
439 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetConstructor", MemberParameters = new object[]
440 {
441 typeof(global::System.Reflection.BindingFlags),
442 typeof(global::System.Reflection.Binder),
443 typeof(global::System.Type[]),
444 typeof(global::System.Reflection.ParameterModifier[])
445 }, ReturnType = typeof(global::System.Reflection.ConstructorInfo))]
446 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
447 internal static global::System.Reflection.MethodBase GetMethodBaseFromName(global::System.Type type, string methodName, global::System.Type[] signature)
448 {
449 throw null;
450 }
451
452 [global::Cpp2ILInjected.Token(Token = "0x6001C2E")]
453 [global::Cpp2ILInjected.Address(RVA = "0x1B2F00C", Offset = "0x1B2F00C", Length = "0x114")]
454 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
455 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RemotingServices), Member = "FindInterfaceMethod", MemberParameters = new object[]
456 {
457 typeof(global::System.Type),
458 typeof(string),
459 typeof(global::System.Type[])
460 }, ReturnType = typeof(global::System.Reflection.MethodBase))]
461 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
462 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetMethod", MemberParameters = new object[]
463 {
464 typeof(string),
465 typeof(global::System.Reflection.BindingFlags),
466 typeof(global::System.Reflection.Binder),
467 typeof(global::System.Type[]),
468 typeof(global::System.Reflection.ParameterModifier[])
469 }, ReturnType = typeof(global::System.Reflection.MethodInfo))]
470 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetMethod", MemberParameters = new object[]
471 {
472 typeof(string),
473 typeof(global::System.Reflection.BindingFlags)
474 }, ReturnType = typeof(global::System.Reflection.MethodInfo))]
475 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Reflection.MethodBase), Member = "op_Inequality", MemberParameters = new object[]
476 {
477 typeof(global::System.Reflection.MethodBase),
478 typeof(global::System.Reflection.MethodBase)
479 }, ReturnType = typeof(bool))]
480 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingServices), Member = "FindInterfaceMethod", MemberParameters = new object[]
481 {
482 typeof(global::System.Type),
483 typeof(string),
484 typeof(global::System.Type[])
485 }, ReturnType = typeof(global::System.Reflection.MethodBase))]
486 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
487 private static global::System.Reflection.MethodBase FindInterfaceMethod(global::System.Type type, string methodName, global::System.Type[] signature)
488 {
489 throw null;
490 }
491
492 [global::Cpp2ILInjected.Token(Token = "0x6001C2F")]
493 [global::Cpp2ILInjected.Address(RVA = "0x1B2F120", Offset = "0x1B2F120", Length = "0xAC")]
494 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Proxies.RealProxy), Member = "GetObjectData", MemberParameters = new object[]
495 {
496 typeof(global::System.Runtime.Serialization.SerializationInfo),
497 typeof(global::System.Runtime.Serialization.StreamingContext)
498 }, ReturnType = typeof(void))]
499 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.RemotingSurrogate), Member = "GetObjectData", MemberParameters = new object[]
500 {
501 typeof(object),
502 typeof(global::System.Runtime.Serialization.SerializationInfo),
503 typeof(global::System.Runtime.Serialization.StreamingContext)
504 }, ReturnType = typeof(void))]
505 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
506 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
507 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingServices), Member = "Marshal", MemberParameters = new object[] { typeof(global::System.MarshalByRefObject) }, ReturnType = typeof(ObjRef))]
508 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
509 public static void GetObjectData(object obj, global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
510 {
511 throw null;
512 }
513
514 [global::Cpp2ILInjected.Token(Token = "0x6001C30")]
515 [global::Cpp2ILInjected.Address(RVA = "0x1B2F1CC", Offset = "0x1B2F1CC", Length = "0x90")]
516 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.MonoMethodMessage), Member = "get_CallType", ReturnType = typeof(global::System.Runtime.Remoting.Messaging.CallType))]
517 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
518 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(global::System.RuntimeTypeHandle) }, ReturnType = typeof(global::System.Type))]
519 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
520 public static bool IsOneWay(global::System.Reflection.MethodBase method)
521 {
522 throw null;
523 }
524
525 [global::Cpp2ILInjected.Token(Token = "0x6001C31")]
526 [global::Cpp2ILInjected.Address(RVA = "0x1B2F25C", Offset = "0x1B2F25C", Length = "0xF0")]
527 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
528 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Activation.ActivationServices), Member = "CreateProxyForType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(object))]
529 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
530 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.ArrayList), Member = ".ctor", ReturnType = typeof(void))]
531 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
533 {
534 throw null;
535 }
536
537 [global::Cpp2ILInjected.Token(Token = "0x6001C32")]
538 [global::Cpp2ILInjected.Address(RVA = "0x1B2F34C", Offset = "0x1B2F34C", Length = "0x128")]
539 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
540 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
541 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "EndsWith", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
542 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
543 {
544 typeof(string),
545 typeof(string)
546 }, ReturnType = typeof(string))]
547 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingServices), Member = "GetClientChannelSinkChain", MemberParameters = new object[]
548 {
549 typeof(string),
550 typeof(object),
551 typeof(ref string)
552 }, ReturnType = typeof(global::System.Runtime.Remoting.Messaging.IMessageSink))]
553 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Remoting.Proxies.RemotingProxy), Member = ".ctor", MemberParameters = new object[]
554 {
555 typeof(global::System.Type),
556 typeof(string),
557 typeof(object[])
558 }, ReturnType = typeof(void))]
559 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
560 internal static object CreateClientProxy(global::System.Type objectType, string url, object[] activationAttributes)
561 {
562 throw null;
563 }
564
565 [global::Cpp2ILInjected.Token(Token = "0x6001C33")]
566 [global::Cpp2ILInjected.Address(RVA = "0x1B2F554", Offset = "0x1B2F554", Length = "0x64")]
567 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Activation.ActivationServices), Member = "CreateProxyForType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(object))]
568 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
569 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingServices), Member = "Connect", MemberParameters = new object[]
570 {
571 typeof(global::System.Type),
572 typeof(string),
573 typeof(object)
574 }, ReturnType = typeof(object))]
575 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
576 internal static object CreateClientProxy(WellKnownClientTypeEntry entry)
577 {
578 throw null;
579 }
580
581 [global::Cpp2ILInjected.Token(Token = "0x6001C34")]
582 [global::Cpp2ILInjected.Address(RVA = "0x1B2F5B8", Offset = "0x1B2F5B8", Length = "0x174")]
583 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
584 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Activation.ActivationServices), Member = "CreateProxyForType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(object))]
585 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
586 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "get_IsContextful", ReturnType = typeof(bool))]
587 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(global::System.RuntimeTypeHandle) }, ReturnType = typeof(global::System.Type))]
588 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Attribute), Member = "GetCustomAttribute", MemberParameters = new object[]
589 {
590 typeof(global::System.Reflection.MemberInfo),
591 typeof(global::System.Type),
592 typeof(bool)
593 }, ReturnType = typeof(global::System.Attribute))]
594 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Remoting.Proxies.RemotingProxy), Member = ".ctor", MemberParameters = new object[]
595 {
596 typeof(global::System.Type),
597 typeof(string),
598 typeof(object[])
599 }, ReturnType = typeof(void))]
600 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
601 internal static object CreateClientProxyForContextBound(global::System.Type type, object[] activationAttributes)
602 {
603 throw null;
604 }
605
606 [global::Cpp2ILInjected.Token(Token = "0x6001C35")]
607 [global::Cpp2ILInjected.Address(RVA = "0x1B2DD10", Offset = "0x1B2DD10", Length = "0x234")]
608 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
609 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RemotingServices), Member = "GetServerTypeForUri", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.Type))]
610 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RemotingServices), Member = "GetProxyForRemoteObject", MemberParameters = new object[]
611 {
612 typeof(ObjRef),
613 typeof(global::System.Type)
614 }, ReturnType = typeof(object))]
615 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Proxies.RealProxy), Member = "GetAppDomainTarget", ReturnType = typeof(object))]
616 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Channels.ChannelServices), Member = "CheckIncomingMessage", MemberParameters = new object[] { typeof(global::System.Runtime.Remoting.Messaging.IMessage) }, ReturnType = typeof(global::System.Runtime.Remoting.Messaging.ReturnMessage))]
617 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Activation.AppDomainLevelActivator), Member = "Activate", MemberParameters = new object[] { typeof(global::System.Runtime.Remoting.Activation.IConstructionCallMessage) }, ReturnType = typeof(global::System.Runtime.Remoting.Activation.IConstructionReturnMessage))]
618 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
619 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingServices), Member = "GetNormalizedUri", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
620 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Monitor), Member = "Enter", MemberParameters = new object[]
621 {
622 typeof(object),
623 typeof(ref bool)
624 }, ReturnType = typeof(void))]
625 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Monitor), Member = "Exit", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
626 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingServices), Member = "RemoveAppNameFromUri", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
627 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 14)]
628 internal static Identity GetIdentityForUri(string uri)
629 {
630 throw null;
631 }
632
633 [global::Cpp2ILInjected.Token(Token = "0x6001C36")]
634 [global::Cpp2ILInjected.Address(RVA = "0x1B2F79C", Offset = "0x1B2F79C", Length = "0xE8")]
635 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RemotingServices), Member = "GetIdentityForUri", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(Identity))]
636 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
637 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
638 {
639 typeof(string),
640 typeof(string),
641 typeof(string)
642 }, ReturnType = typeof(string))]
643 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "StartsWith", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
644 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Substring", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(string))]
645 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
646 private static string RemoveAppNameFromUri(string uri)
647 {
648 throw null;
649 }
650
651 [global::Cpp2ILInjected.Token(Token = "0x6001C37")]
652 [global::Cpp2ILInjected.Address(RVA = "0x1B2F884", Offset = "0x1B2F884", Length = "0x490")]
653 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
654 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RemotingServices), Member = "GetRemoteObject", MemberParameters = new object[]
655 {
656 typeof(ObjRef),
657 typeof(global::System.Type)
658 }, ReturnType = typeof(object))]
659 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Activation.AppDomainLevelActivator), Member = "Activate", MemberParameters = new object[] { typeof(global::System.Runtime.Remoting.Activation.IConstructionCallMessage) }, ReturnType = typeof(global::System.Runtime.Remoting.Activation.IConstructionReturnMessage))]
660 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
661 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingServices), Member = "GetClientChannelSinkChain", MemberParameters = new object[]
662 {
663 typeof(string),
664 typeof(object),
665 typeof(ref string)
666 }, ReturnType = typeof(global::System.Runtime.Remoting.Messaging.IMessageSink))]
667 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Monitor), Member = "Enter", MemberParameters = new object[]
668 {
669 typeof(object),
670 typeof(ref bool)
671 }, ReturnType = typeof(void))]
672 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingServices), Member = "GetNormalizedUri", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
673 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ClientIdentity), Member = ".ctor", MemberParameters = new object[]
674 {
675 typeof(string),
677 }, ReturnType = typeof(void))]
678 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "op_Inequality", MemberParameters = new object[]
679 {
680 typeof(global::System.Type),
681 typeof(global::System.Type)
682 }, ReturnType = typeof(bool))]
683 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Remoting.Proxies.RemotingProxy), Member = ".ctor", MemberParameters = new object[]
684 {
685 typeof(global::System.Type),
687 }, ReturnType = typeof(void))]
688 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ClientIdentity), Member = "set_ClientProxy", MemberParameters = new object[] { typeof(global::System.MarshalByRefObject) }, ReturnType = typeof(void))]
689 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Monitor), Member = "Exit", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
690 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ClientIdentity), Member = "get_ClientProxy", ReturnType = typeof(global::System.MarshalByRefObject))]
691 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingServices), Member = "DisposeIdentity", MemberParameters = new object[] { typeof(Identity) }, ReturnType = typeof(void))]
692 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 23)]
694 {
695 throw null;
696 }
697
698 [global::Cpp2ILInjected.Token(Token = "0x6001C38")]
699 [global::Cpp2ILInjected.Address(RVA = "0x1B2F474", Offset = "0x1B2F474", Length = "0xE0")]
700 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RemotingServices), Member = "CreateClientProxy", MemberParameters = new object[]
701 {
702 typeof(global::System.Type),
703 typeof(string),
704 typeof(object[])
705 }, ReturnType = typeof(object))]
706 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RemotingServices), Member = "GetOrCreateClientIdentity", MemberParameters = new object[]
707 {
708 typeof(ObjRef),
709 typeof(global::System.Type),
710 typeof(ref object)
711 }, ReturnType = typeof(ClientIdentity))]
712 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
713 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Remoting.Channels.ChannelServices), Member = "CreateClientChannelSinkChain", MemberParameters = new object[]
714 {
715 typeof(string),
716 typeof(object),
717 typeof(ref string)
718 }, ReturnType = typeof(global::System.Runtime.Remoting.Messaging.IMessageSink))]
719 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
720 {
721 typeof(string),
722 typeof(object)
723 }, ReturnType = typeof(string))]
724 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
725 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
726 private static global::System.Runtime.Remoting.Messaging.IMessageSink GetClientChannelSinkChain(string url, object channelData, out string objectUri)
727 {
728 throw null;
729 }
730
731 [global::Cpp2ILInjected.Token(Token = "0x6001C39")]
732 [global::Cpp2ILInjected.Address(RVA = "0x1B2FEF4", Offset = "0x1B2FEF4", Length = "0xCC")]
733 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Activation.ContextLevelActivator), Member = "Activate", MemberParameters = new object[] { typeof(global::System.Runtime.Remoting.Activation.IConstructionCallMessage) }, ReturnType = typeof(global::System.Runtime.Remoting.Activation.IConstructionReturnMessage))]
734 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
735 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ClientActivatedIdentity), Member = ".ctor", MemberParameters = new object[]
736 {
737 typeof(string),
738 typeof(global::System.Type)
739 }, ReturnType = typeof(void))]
740 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
741 internal static ClientActivatedIdentity CreateContextBoundObjectIdentity(global::System.Type objectType)
742 {
743 throw null;
744 }
745
746 [global::Cpp2ILInjected.Token(Token = "0x6001C3A")]
747 [global::Cpp2ILInjected.Address(RVA = "0x1B2EA2C", Offset = "0x1B2EA2C", Length = "0x138")]
748 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
749 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
750 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ClientActivatedIdentity), Member = ".ctor", MemberParameters = new object[]
751 {
752 typeof(string),
753 typeof(global::System.Type)
754 }, ReturnType = typeof(void))]
755 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Remoting.Contexts.Context), Member = "get_DefaultContext", ReturnType = typeof(global::System.Runtime.Remoting.Contexts.Context))]
756 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ServerIdentity), Member = "AttachServerObject", MemberParameters = new object[]
757 {
758 typeof(global::System.MarshalByRefObject),
759 typeof(global::System.Runtime.Remoting.Contexts.Context)
760 }, ReturnType = typeof(void))]
761 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingServices), Member = "RegisterServerIdentity", MemberParameters = new object[] { typeof(ServerIdentity) }, ReturnType = typeof(void))]
762 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ServerIdentity), Member = "StartTrackingLifetime", MemberParameters = new object[] { typeof(global::System.Runtime.Remoting.Lifetime.ILease) }, ReturnType = typeof(void))]
763 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
764 internal static ClientActivatedIdentity CreateClientActivatedServerIdentity(global::System.MarshalByRefObject realObject, global::System.Type objectType, string objectUri)
765 {
766 throw null;
767 }
768
769 [global::Cpp2ILInjected.Token(Token = "0x6001C3B")]
770 [global::Cpp2ILInjected.Address(RVA = "0x1B27440", Offset = "0x1B27440", Length = "0x110")]
771 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
772 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RemotingConfiguration), Member = "RegisterWellKnownServiceType", MemberParameters = new object[] { typeof(WellKnownServiceTypeEntry) }, ReturnType = typeof(void))]
773 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RemotingServices), Member = ".cctor", ReturnType = typeof(void))]
774 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
775 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Remoting.Contexts.Context), Member = "get_DefaultContext", ReturnType = typeof(global::System.Runtime.Remoting.Contexts.Context))]
776 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SingleCallIdentity), Member = ".ctor", MemberParameters = new object[]
777 {
778 typeof(string),
779 typeof(global::System.Runtime.Remoting.Contexts.Context),
780 typeof(global::System.Type)
781 }, ReturnType = typeof(void))]
782 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SingletonIdentity), Member = ".ctor", MemberParameters = new object[]
783 {
784 typeof(string),
785 typeof(global::System.Runtime.Remoting.Contexts.Context),
786 typeof(global::System.Type)
787 }, ReturnType = typeof(void))]
788 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingServices), Member = "RegisterServerIdentity", MemberParameters = new object[] { typeof(ServerIdentity) }, ReturnType = typeof(void))]
789 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
790 internal static ServerIdentity CreateWellKnownServerIdentity(global::System.Type objectType, string objectUri, WellKnownObjectMode mode)
791 {
792 throw null;
793 }
794
795 [global::Cpp2ILInjected.Token(Token = "0x6001C3C")]
796 [global::Cpp2ILInjected.Address(RVA = "0x1B2E6B4", Offset = "0x1B2E6B4", Length = "0x1E4")]
797 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
798 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RemotingServices), Member = "CreateClientActivatedServerIdentity", MemberParameters = new object[]
799 {
800 typeof(global::System.MarshalByRefObject),
801 typeof(global::System.Type),
802 typeof(string)
803 }, ReturnType = typeof(ClientActivatedIdentity))]
804 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RemotingServices), Member = "CreateWellKnownServerIdentity", MemberParameters = new object[]
805 {
806 typeof(global::System.Type),
807 typeof(string),
808 typeof(WellKnownObjectMode)
809 }, ReturnType = typeof(ServerIdentity))]
810 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
811 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Monitor), Member = "Enter", MemberParameters = new object[]
812 {
813 typeof(object),
814 typeof(ref bool)
815 }, ReturnType = typeof(void))]
816 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Monitor), Member = "Exit", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
817 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
818 {
819 typeof(string),
820 typeof(string),
821 typeof(string)
822 }, ReturnType = typeof(string))]
823 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
824 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 16)]
825 private static void RegisterServerIdentity(ServerIdentity identity)
826 {
827 throw null;
828 }
829
830 [global::Cpp2ILInjected.Token(Token = "0x6001C3D")]
831 [global::Cpp2ILInjected.Address(RVA = "0x1B2E184", Offset = "0x1B2E184", Length = "0xEC")]
832 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
833 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RemotingServices), Member = "Unmarshal", MemberParameters = new object[]
834 {
835 typeof(ObjRef),
836 typeof(bool)
837 }, ReturnType = typeof(object))]
838 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Proxies.ProxyAttribute), Member = "CreateProxy", MemberParameters = new object[]
839 {
840 typeof(ObjRef),
841 typeof(global::System.Type),
842 typeof(object),
843 typeof(global::System.Runtime.Remoting.Contexts.Context)
844 }, ReturnType = typeof(global::System.Runtime.Remoting.Proxies.RealProxy))]
845 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
846 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingServices), Member = "GetIdentityForUri", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(Identity))]
847 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingServices), Member = "GetRemoteObject", MemberParameters = new object[]
848 {
849 typeof(ObjRef),
850 typeof(global::System.Type)
851 }, ReturnType = typeof(object))]
852 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
853 internal static object GetProxyForRemoteObject(ObjRef objref, global::System.Type classToProxy)
854 {
855 throw null;
856 }
857
858 [global::Cpp2ILInjected.Token(Token = "0x6001C3E")]
859 [global::Cpp2ILInjected.Address(RVA = "0x1B2DB54", Offset = "0x1B2DB54", Length = "0x74")]
860 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RemotingServices), Member = "Connect", MemberParameters = new object[]
861 {
862 typeof(global::System.Type),
863 typeof(string),
864 typeof(object)
865 }, ReturnType = typeof(object))]
866 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RemotingServices), Member = "Unmarshal", MemberParameters = new object[]
867 {
868 typeof(ObjRef),
869 typeof(bool)
870 }, ReturnType = typeof(object))]
871 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RemotingServices), Member = "GetProxyForRemoteObject", MemberParameters = new object[]
872 {
873 typeof(ObjRef),
874 typeof(global::System.Type)
875 }, ReturnType = typeof(object))]
876 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
877 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingServices), Member = "GetOrCreateClientIdentity", MemberParameters = new object[]
878 {
879 typeof(ObjRef),
880 typeof(global::System.Type),
881 typeof(ref object)
882 }, ReturnType = typeof(ClientIdentity))]
883 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
884 internal static object GetRemoteObject(ObjRef objRef, global::System.Type proxyType)
885 {
886 throw null;
887 }
888
889 [global::Cpp2ILInjected.Token(Token = "0x6001C3F")]
890 [global::Cpp2ILInjected.Address(RVA = "0x1B3001C", Offset = "0x1B3001C", Length = "0x1EC")]
891 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
892 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
893 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Thread), Member = "get_CurrentThread", ReturnType = typeof(global::System.Threading.Thread))]
894 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Thread), Member = "GetExecutionContextReader", ReturnType = typeof(global::System.Threading.ExecutionContext.Reader))]
895 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.ExecutionContext.Reader), Member = "get_LogicalCallContext", ReturnType = typeof(global::System.Runtime.Remoting.Messaging.LogicalCallContext.Reader))]
896 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Remoting.Messaging.LogicalCallContext.Reader), Member = "get_IsNull", ReturnType = typeof(bool))]
897 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
898 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Remoting.Messaging.LogicalCallContext.Reader), Member = "Clone", ReturnType = typeof(global::System.Runtime.Remoting.Messaging.LogicalCallContext))]
899 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.IO.MemoryStream), Member = ".ctor", ReturnType = typeof(void))]
900 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Monitor), Member = "Enter", MemberParameters = new object[]
901 {
902 typeof(object),
903 typeof(ref bool)
904 }, ReturnType = typeof(void))]
905 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.BinaryFormatter), Member = "Serialize", MemberParameters = new object[]
906 {
907 typeof(global::System.IO.Stream),
908 typeof(object)
909 }, ReturnType = typeof(void))]
910 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Monitor), Member = "Exit", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
911 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 13)]
912 internal static byte[] SerializeCallData(object obj)
913 {
914 throw null;
915 }
916
917 [global::Cpp2ILInjected.Token(Token = "0x6001C40")]
918 [global::Cpp2ILInjected.Address(RVA = "0x1B30210", Offset = "0x1B30210", Length = "0x230")]
919 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
920 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
921 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.IO.MemoryStream), Member = ".ctor", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(void))]
922 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Monitor), Member = "Enter", MemberParameters = new object[]
923 {
924 typeof(object),
925 typeof(ref bool)
926 }, ReturnType = typeof(void))]
927 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.BinaryFormatter), Member = "Deserialize", MemberParameters = new object[] { typeof(global::System.IO.Stream) }, ReturnType = typeof(object))]
928 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Monitor), Member = "Exit", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
929 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Remoting.Messaging.LogicalCallContext), Member = "get_HasInfo", ReturnType = typeof(bool))]
930 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Thread), Member = "get_CurrentThread", ReturnType = typeof(global::System.Threading.Thread))]
931 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Thread), Member = "GetMutableExecutionContext", ReturnType = typeof(global::System.Threading.ExecutionContext))]
932 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.ExecutionContext), Member = "get_LogicalCallContext", ReturnType = typeof(global::System.Runtime.Remoting.Messaging.LogicalCallContext))]
933 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Remoting.Messaging.LogicalCallContext), Member = "Merge", MemberParameters = new object[] { typeof(global::System.Runtime.Remoting.Messaging.LogicalCallContext) }, ReturnType = typeof(void))]
934 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 14)]
935 internal static object DeserializeCallData(byte[] array)
936 {
937 throw null;
938 }
939
940 [global::Cpp2ILInjected.Token(Token = "0x6001C41")]
941 [global::Cpp2ILInjected.Address(RVA = "0x1B30440", Offset = "0x1B30440", Length = "0x164")]
942 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
943 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
944 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.IO.MemoryStream), Member = ".ctor", ReturnType = typeof(void))]
945 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Monitor), Member = "Enter", MemberParameters = new object[]
946 {
947 typeof(object),
948 typeof(ref bool)
949 }, ReturnType = typeof(void))]
950 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.BinaryFormatter), Member = "Serialize", MemberParameters = new object[]
951 {
952 typeof(global::System.IO.Stream),
953 typeof(object)
954 }, ReturnType = typeof(void))]
955 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Monitor), Member = "Exit", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
956 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
957 internal static byte[] SerializeExceptionData(global::System.Exception ex)
958 {
959 throw null;
960 }
961
962 [global::Cpp2ILInjected.Token(Token = "0x6001C42")]
963 [global::Cpp2ILInjected.Address(RVA = "0x1B2D13C", Offset = "0x1B2D13C", Length = "0x50")]
964 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RemotingServices), Member = ".cctor", ReturnType = typeof(void))]
965 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
966 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Remoting.Channels.CrossAppDomainChannel), Member = "RegisterCrossAppDomainChannel", ReturnType = typeof(void))]
967 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
968 private static void RegisterInternalChannels()
969 {
970 throw null;
971 }
972
973 [global::Cpp2ILInjected.Token(Token = "0x6001C43")]
974 [global::Cpp2ILInjected.Address(RVA = "0x1B2FD14", Offset = "0x1B2FD14", Length = "0x1E0")]
975 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
976 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RemotingServices), Member = "GetOrCreateClientIdentity", MemberParameters = new object[]
977 {
978 typeof(ObjRef),
979 typeof(global::System.Type),
980 typeof(ref object)
981 }, ReturnType = typeof(ClientIdentity))]
982 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ClientActivatedIdentity), Member = "OnLifetimeExpired", ReturnType = typeof(void))]
983 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Proxies.RemotingProxy), Member = "Finalize", ReturnType = typeof(void))]
984 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
985 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Monitor), Member = "Enter", MemberParameters = new object[]
986 {
987 typeof(object),
988 typeof(ref bool)
989 }, ReturnType = typeof(void))]
990 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Monitor), Member = "Exit", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
991 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingServices), Member = "GetNormalizedUri", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
992 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
993 internal static void DisposeIdentity(Identity ident)
994 {
995 throw null;
996 }
997
998 [global::Cpp2ILInjected.Token(Token = "0x6001C44")]
999 [global::Cpp2ILInjected.Address(RVA = "0x1B305A4", Offset = "0x1B305A4", Length = "0x324")]
1000 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1001 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Lifetime.LeaseSink), Member = "RenewLease", MemberParameters = new object[] { typeof(global::System.Runtime.Remoting.Messaging.IMessage) }, ReturnType = typeof(void))]
1002 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Contexts.CrossContextChannel), Member = "SyncProcessMessage", MemberParameters = new object[] { typeof(global::System.Runtime.Remoting.Messaging.IMessage) }, ReturnType = typeof(global::System.Runtime.Remoting.Messaging.IMessage))]
1003 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Contexts.CrossContextChannel), Member = "AsyncProcessMessage", MemberParameters = new object[]
1004 {
1005 typeof(global::System.Runtime.Remoting.Messaging.IMessage),
1006 typeof(global::System.Runtime.Remoting.Messaging.IMessageSink)
1007 }, ReturnType = typeof(global::System.Runtime.Remoting.Messaging.IMessageCtrl))]
1008 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Activation.ActivationServices), Member = "Activate", MemberParameters = new object[]
1009 {
1010 typeof(global::System.Runtime.Remoting.Proxies.RemotingProxy),
1011 typeof(global::System.Runtime.Remoting.Messaging.ConstructionCall)
1012 }, ReturnType = typeof(global::System.Runtime.Remoting.Messaging.IMessage))]
1013 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Activation.ActivationServices), Member = "CreateInstanceFromMessage", MemberParameters = new object[] { typeof(global::System.Runtime.Remoting.Activation.IConstructionCallMessage) }, ReturnType = typeof(global::System.Runtime.Remoting.Messaging.IMessage))]
1014 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.ClientContextTerminatorSink), Member = "SyncProcessMessage", MemberParameters = new object[] { typeof(global::System.Runtime.Remoting.Messaging.IMessage) }, ReturnType = typeof(global::System.Runtime.Remoting.Messaging.IMessage))]
1015 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.ClientContextTerminatorSink), Member = "AsyncProcessMessage", MemberParameters = new object[]
1016 {
1017 typeof(global::System.Runtime.Remoting.Messaging.IMessage),
1018 typeof(global::System.Runtime.Remoting.Messaging.IMessageSink)
1019 }, ReturnType = typeof(global::System.Runtime.Remoting.Messaging.IMessageCtrl))]
1020 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.ServerContextTerminatorSink), Member = "SyncProcessMessage", MemberParameters = new object[] { typeof(global::System.Runtime.Remoting.Messaging.IMessage) }, ReturnType = typeof(global::System.Runtime.Remoting.Messaging.IMessage))]
1021 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.ServerContextTerminatorSink), Member = "AsyncProcessMessage", MemberParameters = new object[]
1022 {
1023 typeof(global::System.Runtime.Remoting.Messaging.IMessage),
1024 typeof(global::System.Runtime.Remoting.Messaging.IMessageSink)
1025 }, ReturnType = typeof(global::System.Runtime.Remoting.Messaging.IMessageCtrl))]
1026 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink), Member = "SyncProcessMessage", MemberParameters = new object[] { typeof(global::System.Runtime.Remoting.Messaging.IMessage) }, ReturnType = typeof(global::System.Runtime.Remoting.Messaging.IMessage))]
1027 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink), Member = "AsyncProcessMessage", MemberParameters = new object[]
1028 {
1029 typeof(global::System.Runtime.Remoting.Messaging.IMessage),
1030 typeof(global::System.Runtime.Remoting.Messaging.IMessageSink)
1031 }, ReturnType = typeof(global::System.Runtime.Remoting.Messaging.IMessageCtrl))]
1032 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 11)]
1033 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Monitor), Member = "Enter", MemberParameters = new object[]
1034 {
1035 typeof(object),
1036 typeof(ref bool)
1037 }, ReturnType = typeof(void))]
1038 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingServices), Member = "GetNormalizedUri", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
1039 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Monitor), Member = "Exit", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
1040 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
1041 internal static Identity GetMessageTargetIdentity(global::System.Runtime.Remoting.Messaging.IMessage msg)
1042 {
1043 throw null;
1044 }
1045
1046 [global::Cpp2ILInjected.Token(Token = "0x6001C45")]
1047 [global::Cpp2ILInjected.Address(RVA = "0x1B308C8", Offset = "0x1B308C8", Length = "0x10C")]
1048 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1049 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Channels.ChannelServices), Member = "CheckIncomingMessage", MemberParameters = new object[] { typeof(global::System.Runtime.Remoting.Messaging.IMessage) }, ReturnType = typeof(global::System.Runtime.Remoting.Messaging.ReturnMessage))]
1050 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Activation.AppDomainLevelActivator), Member = "Activate", MemberParameters = new object[] { typeof(global::System.Runtime.Remoting.Activation.IConstructionCallMessage) }, ReturnType = typeof(global::System.Runtime.Remoting.Activation.IConstructionReturnMessage))]
1051 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Activation.ContextLevelActivator), Member = "Activate", MemberParameters = new object[] { typeof(global::System.Runtime.Remoting.Activation.IConstructionCallMessage) }, ReturnType = typeof(global::System.Runtime.Remoting.Activation.IConstructionReturnMessage))]
1052 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
1053 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
1054 internal static void SetMessageTargetIdentity(global::System.Runtime.Remoting.Messaging.IMessage msg, Identity ident)
1055 {
1056 throw null;
1057 }
1058
1059 [global::Cpp2ILInjected.Token(Token = "0x6001C46")]
1060 [global::Cpp2ILInjected.Address(RVA = "0x1B309D4", Offset = "0x1B309D4", Length = "0x160")]
1061 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1062 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Proxies.RealProxy), Member = "ProcessResponse", MemberParameters = new object[]
1063 {
1064 typeof(global::System.Runtime.Remoting.Messaging.IMethodReturnMessage),
1065 typeof(global::System.Runtime.Remoting.Messaging.MonoMethodMessage)
1066 }, ReturnType = typeof(object[]))]
1067 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1068 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "get_IsArray", ReturnType = typeof(bool))]
1069 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "get_Rank", ReturnType = typeof(int))]
1070 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "get_Length", ReturnType = typeof(int))]
1071 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "Copy", MemberParameters = new object[]
1072 {
1073 typeof(global::System.Array),
1074 typeof(global::System.Array),
1075 typeof(int)
1076 }, ReturnType = typeof(void))]
1077 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
1078 internal static bool UpdateOutArgObject(global::System.Reflection.ParameterInfo pi, object local, object remote)
1079 {
1080 throw null;
1081 }
1082
1083 [global::Cpp2ILInjected.Token(Token = "0x6001C47")]
1084 [global::Cpp2ILInjected.Address(RVA = "0x1B2F72C", Offset = "0x1B2F72C", Length = "0x70")]
1085 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RemotingServices), Member = "GetIdentityForUri", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(Identity))]
1086 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RemotingServices), Member = "GetOrCreateClientIdentity", MemberParameters = new object[]
1087 {
1088 typeof(ObjRef),
1089 typeof(global::System.Type),
1090 typeof(ref object)
1091 }, ReturnType = typeof(ClientIdentity))]
1092 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RemotingServices), Member = "DisposeIdentity", MemberParameters = new object[] { typeof(Identity) }, ReturnType = typeof(void))]
1093 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RemotingServices), Member = "GetMessageTargetIdentity", MemberParameters = new object[] { typeof(global::System.Runtime.Remoting.Messaging.IMessage) }, ReturnType = typeof(Identity))]
1094 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
1095 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "StartsWith", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
1096 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Substring", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(string))]
1097 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
1098 private static string GetNormalizedUri(string uri)
1099 {
1100 throw null;
1101 }
1102
1103 [global::Cpp2ILInjected.Token(Token = "0x4000E53")]
1104 private static global::System.Collections.Hashtable uri_hash;
1105
1106 [global::Cpp2ILInjected.Token(Token = "0x4000E54")]
1107 private static global::System.Runtime.Serialization.Formatters.Binary.BinaryFormatter _serializationFormatter;
1108
1109 [global::Cpp2ILInjected.Token(Token = "0x4000E55")]
1110 private static global::System.Runtime.Serialization.Formatters.Binary.BinaryFormatter _deserializationFormatter;
1111
1112 [global::Cpp2ILInjected.Token(Token = "0x4000E56")]
1113 private static string app_id;
1114
1115 [global::Cpp2ILInjected.Token(Token = "0x4000E57")]
1116 private static readonly object app_id_lock;
1117
1118 [global::Cpp2ILInjected.Token(Token = "0x4000E58")]
1119 private static int next_id;
1120
1121 [global::Cpp2ILInjected.Token(Token = "0x4000E59")]
1122 private static readonly global::System.Reflection.MethodInfo FieldSetterMethod;
1123
1124 [global::Cpp2ILInjected.Token(Token = "0x4000E5A")]
1125 private static readonly global::System.Reflection.MethodInfo FieldGetterMethod;
1126
1127 [global::Cpp2ILInjected.Token(Token = "0x200034A")]
1128 [global::System.Serializable]
1129 private class CACD
1130 {
1131 [global::Cpp2ILInjected.Token(Token = "0x6001C48")]
1132 [global::Cpp2ILInjected.Address(RVA = "0x1B30208", Offset = "0x1B30208", Length = "0x8")]
1133 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1134 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1135 public CACD()
1136 {
1137 throw null;
1138 }
1139
1140 [global::Cpp2ILInjected.Token(Token = "0x4000E5B")]
1141 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
1142 public object d;
1143
1144 [global::Cpp2ILInjected.Token(Token = "0x4000E5C")]
1145 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
1146 public object c;
1147 }
1148 }
1149}
class f__AnonymousType0<< Count > j__TPar
static byte[] SerializeCallData(object obj)
static void GetObjectData(object obj, global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
static global::System.Reflection.MethodBase GetMethodBaseFromName(global::System.Type type, string methodName, global::System.Type[] signature)
static object Connect(global::System.Type classToProxy, string url, object data)
static bool IsTransparentProxy(object proxy)
static Identity GetIdentityForUri(string uri)
static ClientActivatedIdentity CreateContextBoundObjectIdentity(global::System.Type objectType)
static byte[] SerializeExceptionData(global::System.Exception ex)
static object CreateClientProxyForContextBound(global::System.Type type, object[] activationAttributes)
static global::System.Type GetServerTypeForUri(string URI)
static object DeserializeCallData(byte[] array)
static global::System.Reflection.MethodBase GetVirtualMethod(global::System.Type type, global::System.Reflection.MethodBase method)
static global::System.Collections.Hashtable uri_hash
static object CreateClientProxy(global::System.Type objectType, string url, object[] activationAttributes)
static object GetRemoteObject(ObjRef objRef, global::System.Type proxyType)
static global::System.Runtime.Remoting.Messaging.IMessageSink GetClientChannelSinkChain(string url, object channelData, out string objectUri)
static bool IsOneWay(global::System.Reflection.MethodBase method)
static ClientIdentity GetOrCreateClientIdentity(ObjRef objRef, global::System.Type proxyType, out object clientProxy)
static object GetProxyForRemoteObject(ObjRef objref, global::System.Type classToProxy)
static global::System.Runtime.Serialization.Formatters.Binary.BinaryFormatter _serializationFormatter
static ServerIdentity CreateWellKnownServerIdentity(global::System.Type objectType, string objectUri, WellKnownObjectMode mode)
static object InternalExecute(global::System.Reflection.MethodBase method, object obj, object[] parameters, out object[] out_args)
static object Unmarshal(ObjRef objectRef, bool fRefine)
static object Connect(global::System.Type classToProxy, string url)
static global::System.Runtime.Remoting.Messaging.IMethodReturnMessage InternalExecuteMessage(global::System.MarshalByRefObject target, global::System.Runtime.Remoting.Messaging.IMethodCallMessage reqMsg)
static object CreateClientProxy(ActivatedClientTypeEntry entry, object[] activationAttributes)
static Identity GetMessageTargetIdentity(global::System.Runtime.Remoting.Messaging.IMessage msg)
static bool UpdateOutArgObject(global::System.Reflection.ParameterInfo pi, object local, object remote)
static global::System.Runtime.Remoting.Proxies.RealProxy GetRealProxy(object proxy)
static readonly global::System.Reflection.MethodInfo FieldGetterMethod
static object Unmarshal(ObjRef objectRef)
static ObjRef Marshal(global::System.MarshalByRefObject Obj, string ObjURI, global::System.Type RequestedType)
static ObjRef Marshal(global::System.MarshalByRefObject Obj)
static global::System.Runtime.Serialization.Formatters.Binary.BinaryFormatter _deserializationFormatter
static void RegisterServerIdentity(ServerIdentity identity)
static void DisposeIdentity(Identity ident)
static global::System.Reflection.MethodBase FindInterfaceMethod(global::System.Type type, string methodName, global::System.Type[] signature)
static string RemoveAppNameFromUri(string uri)
static object CreateClientProxy(WellKnownClientTypeEntry entry)
static global::System.Reflection.MethodBase GetMethodBaseFromMethodMessage(global::System.Runtime.Remoting.Messaging.IMethodMessage msg)
static void SetMessageTargetIdentity(global::System.Runtime.Remoting.Messaging.IMessage msg, Identity ident)
static readonly global::System.Reflection.MethodInfo FieldSetterMethod
static ClientActivatedIdentity CreateClientActivatedServerIdentity(global::System.MarshalByRefObject realObject, global::System.Type objectType, string objectUri)