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
System.Runtime.Remoting.Messaging.MethodResponse Class Reference
+ Inheritance diagram for System.Runtime.Remoting.Messaging.MethodResponse:
+ Collaboration diagram for System.Runtime.Remoting.Messaging.MethodResponse:

Public Member Functions

object GetArg (int argNum)
 
virtual void GetObjectData (global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
 

Protected Attributes

global::System.Collections.IDictionary ExternalProperties
 
global::System.Collections.IDictionary InternalProperties
 

Package Functions

 MethodResponse (global::System.Exception e, IMethodCallMessage msg)
 
 MethodResponse (object returnValue, object[] outArgs, LogicalCallContext callCtx, IMethodCallMessage msg)
 
 MethodResponse (IMethodCallMessage msg, CADMethodReturnMessage retmsg)
 
 MethodResponse (global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
 
void InitMethodProperty (string key, object value)
 

Properties

int ArgCount [get, set]
 
object[] Args [get, set]
 
global::System.Exception Exception [get, set]
 
LogicalCallContext LogicalCallContext [get, set]
 
global::System.Reflection.MethodBase MethodBase [get, set]
 
string MethodName [get, set]
 
object MethodSignature [get, set]
 
object[] OutArgs [get, set]
 
virtual global::System.Collections.IDictionary Properties [get, set]
 
object ReturnValue [get, set]
 
string TypeName [get, set]
 
string Uri [get, set]
 
string System.Runtime.Remoting.Messaging.IInternalMessage. Uri [get, set]
 
Identity System.Runtime.Remoting.Messaging.IInternalMessage. TargetIdentity [get, set]
 

Private Attributes

string _methodName
 
string _uri
 
string _typeName
 
global::System.Reflection.MethodBase _methodBase
 
object _returnValue
 
global::System.Exception _exception
 
global::System.Type[] _methodSignature
 
ArgInfo _inArgInfo
 
object[] _args
 
object[] _outArgs
 
IMethodCallMessage _callMsg
 
LogicalCallContext _callContext
 
Identity _targetIdentity
 

Detailed Description

Definition at line 18 of file MethodResponse.cs.


The documentation for this class was generated from the following file: