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 | |
MonoMethodMessage (MethodBase method, object[] out_args) | |
MonoMethodMessage (Type type, string methodName, object[] in_args) | |
object | GetArg (int arg_num) |
bool | NeedsOutProcessing ([Out] int outCount) |
Public Attributes | |
LogicalCallContext | ctx |
object | rval |
Exception | exc |
Package Functions | |
void | InitMessage (RuntimeMethodInfo method, object[] out_args) |
MonoMethodMessage (MethodInfo minfo, object[] in_args, object[] out_args) | |
Properties | |
IDictionary | Properties [get] |
int | ArgCount [get] |
object[] | Args [get] |
LogicalCallContext | LogicalCallContext [get, set] |
MethodBase | MethodBase [get] |
string | MethodName [get] |
object | MethodSignature [get] |
string | TypeName [get] |
string | Uri [get, set] |
Exception | Exception [get] |
int | OutArgCount [get] |
object[] | OutArgs [get] |
object | ReturnValue [get] |
Identity IInternalMessage. | TargetIdentity [get, set] |
AsyncResult | AsyncResult [get] |
CallType | CallType [get] |
Static Private Member Functions | |
static MethodInfo | GetMethodInfo (Type type, string methodName) |
Private Attributes | |
RuntimeMethodInfo | method |
object[] | args |
string[] | names |
byte[] | arg_types |
AsyncResult | asyncResult |
CallType | call_type |
string | uri |
MCMDictionary | properties |
Identity | identity |
Type[] | methodSignature |
Definition at line 11 of file MonoMethodMessage.cs.