terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ GetObjectData()

virtual void System.Runtime.Remoting.Messaging.MethodResponse.GetObjectData ( SerializationInfo info,
StreamingContext context )
inlinevirtual

Implements System.Runtime.Serialization.ISerializable.

Definition at line 327 of file MethodResponse.cs.

328 {
329 if (this._exception != null)
330 {
331 return;
332 }
333 string typeName = this._typeName;
334 info.AddValue("__TypeName", typeName);
335 string methodName = this._methodName;
336 info.AddValue("__MethodName", methodName);
337 Type[] methodSignature = this._methodSignature;
338 info.AddValue("__MethodSignature", methodSignature);
339 string uri = this._uri;
340 info.AddValue("__Uri", uri);
341 object returnValue = this._returnValue;
342 info.AddValue("__Return", returnValue);
343 object[] args = this._args;
344 info.AddValue("__OutArgs", args);
345 LogicalCallContext callContext = this._callContext;
346 info.AddValue("__CallContext", callContext);
348 if (internalProperties != null)
349 {
350 return;
351 }
352 }
class f__AnonymousType0<< Count > j__TPar
void AddValue(string name, object value, Type type)

References System.Runtime.Remoting.Messaging.MethodResponse._args, System.Runtime.Remoting.Messaging.MethodResponse._callContext, System.Runtime.Remoting.Messaging.MethodResponse._exception, System.Runtime.Remoting.Messaging.MethodResponse._methodName, System.Runtime.Remoting.Messaging.MethodResponse._methodSignature, System.Runtime.Remoting.Messaging.MethodResponse._returnValue, System.Runtime.Remoting.Messaging.MethodResponse._typeName, System.Runtime.Remoting.Messaging.MethodResponse._uri, System.Runtime.Serialization.SerializationInfo.AddValue(), System.Runtime.Remoting.Messaging.MethodResponse.InternalProperties, and j__TPar.