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 | |
CADMessageBase (IMethodMessage msg) | |
Protected Member Functions | |
object | MarshalArgument (object arg, ref global::System.Collections.ArrayList args) |
object | UnmarshalArgument (object arg, global::System.Collections.ArrayList args) |
void | SaveLogicalCallContext (IMethodMessage msg, ref global::System.Collections.ArrayList serializeList) |
Static Protected Member Functions | |
static global::System.Type[] | GetSignature (global::System.Reflection.MethodBase methodBase, bool load) |
Protected Attributes | |
object[] | _args |
byte[] | _serializedArgs |
int | _propertyCount |
CADArgHolder | _callContext |
Package Functions | |
global::System.Reflection.MethodBase | GetMethod () |
object[] | MarshalArguments (object[] arguments, ref global::System.Collections.ArrayList args) |
object[] | UnmarshalArguments (object[] arguments, global::System.Collections.ArrayList args) |
LogicalCallContext | GetLogicalCallContext (global::System.Collections.ArrayList args) |
Static Package Functions | |
static int | MarshalProperties (global::System.Collections.IDictionary dict, ref global::System.Collections.ArrayList args) |
static void | UnmarshalProperties (global::System.Collections.IDictionary dict, int count, global::System.Collections.ArrayList args) |
Package Attributes | |
byte[] | serializedMethod |
Static Private Member Functions | |
static bool | IsPossibleToIgnoreMarshal (object obj) |
Definition at line 13 of file CADMessageBase.cs.