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