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

Public Member Functions

object GetArg (int argNum)
 
virtual void GetObjectData (SerializationInfo info, StreamingContext context)
 

Protected Attributes

IDictionary ExternalProperties
 
IDictionary InternalProperties
 

Package Functions

 ConstructionResponse (object resultObject, LogicalCallContext callCtx, IMethodCallMessage msg)
 
 ConstructionResponse (Exception e, IMethodCallMessage msg)
 
 ConstructionResponse (SerializationInfo info, StreamingContext context)
 
void InitMethodProperty (string key, object value)
 

Properties

override IDictionary Properties [get]
 
int ArgCount [get]
 
object[] Args [get]
 
Exception Exception [get]
 
LogicalCallContext LogicalCallContext [get]
 
MethodBase MethodBase [get]
 
string MethodName [get]
 
object MethodSignature [get]
 
object[] OutArgs [get]
 
object ReturnValue [get]
 
string TypeName [get]
 
string Uri [get, set]
 
string IInternalMessage. Uri [get, set]
 
Identity IInternalMessage. TargetIdentity [get, set]
 

Private Attributes

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

Detailed Description

Definition at line 13 of file ConstructionResponse.cs.


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