terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Protected Member Functions | |
object | MarshalArgument (object arg, ArrayList args) |
object | UnmarshalArgument (object arg, ArrayList args) |
void | SaveLogicalCallContext (IMethodMessage msg, ArrayList serializeList) |
Static Protected Member Functions | |
static Type[] | GetSignature (MethodBase methodBase, bool load) |
Protected Attributes | |
object[] | _args |
byte[] | _serializedArgs |
int | _propertyCount |
CADArgHolder | _callContext |
Package Functions | |
CADMethodCallMessage (IMethodCallMessage callMsg) | |
ArrayList | GetArguments () |
object[] | GetArgs (ArrayList args) |
MethodBase | GetMethod () |
object[] | MarshalArguments (object[] arguments, ArrayList args) |
object[] | UnmarshalArguments (object[] arguments, ArrayList args) |
LogicalCallContext | GetLogicalCallContext (ArrayList args) |
Static Package Functions | |
static CADMethodCallMessage | Create (IMessage callMsg) |
static int | MarshalProperties (IDictionary dict, ArrayList args) |
static void | UnmarshalProperties (IDictionary dict, int count, ArrayList args) |
Package Attributes | |
byte[] | serializedMethod |
Properties | |
string | Uri [get] |
int | PropertiesCount [get] |
Static Private Member Functions | |
static bool | IsPossibleToIgnoreMarshal (object obj) |
Private Attributes | |
string | _uri |
Definition at line 8 of file CADMethodCallMessage.cs.