terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
object | GetArg (int argNum) |
virtual void | GetObjectData (SerializationInfo info, StreamingContext context) |
Protected Attributes | |
IDictionary | ExternalProperties |
IDictionary | InternalProperties |
Package Functions | |
MethodResponse (Exception e, IMethodCallMessage msg) | |
MethodResponse (object returnValue, object[] outArgs, LogicalCallContext callCtx, IMethodCallMessage msg) | |
MethodResponse (IMethodCallMessage msg, CADMethodReturnMessage retmsg) | |
MethodResponse (SerializationInfo info, StreamingContext context) | |
void | InitMethodProperty (string key, object value) |
Properties | |
int | ArgCount [get] |
object[] | Args [get] |
Exception | Exception [get] |
LogicalCallContext | LogicalCallContext [get] |
MethodBase | MethodBase [get] |
string | MethodName [get] |
object | MethodSignature [get] |
object[] | OutArgs [get] |
virtual IDictionary | Properties [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 |
Definition at line 13 of file MethodResponse.cs.