terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Static Package Functions | |
static MonoMethodInfo | GetMethodInfo (IntPtr handle) |
static Type | GetDeclaringType (IntPtr handle) |
static Type | GetReturnType (IntPtr handle) |
static MethodAttributes | GetAttributes (IntPtr handle) |
static CallingConventions | GetCallingConvention (IntPtr handle) |
static MethodImplAttributes | GetMethodImplementationFlags (IntPtr handle) |
static ParameterInfo[] | GetParametersInfo (IntPtr handle, MemberInfo member) |
static ParameterInfo | GetReturnParameterInfo (RuntimeMethodInfo method) |
Package Attributes | |
MethodAttributes | attrs |
MethodImplAttributes | iattrs |
Static Private Member Functions | |
static void | get_method_info (IntPtr handle, [Out] MonoMethodInfo info) |
static int | get_method_attributes (IntPtr handle) |
static ParameterInfo[] | get_parameter_info (IntPtr handle, MemberInfo member) |
static MarshalAsAttribute | get_retval_marshal (IntPtr handle) |
Private Attributes | |
Type | parent |
Type | ret |
CallingConventions | callconv |
Definition at line 8 of file MonoMethodInfo.cs.