|
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
|
Collaboration diagram for System.Reflection.MonoMethodInfo:Static Package Functions | |
| static MonoMethodInfo | GetMethodInfo (global::System.IntPtr handle) |
| static global::System.Type | GetDeclaringType (global::System.IntPtr handle) |
| static global::System.Type | GetReturnType (global::System.IntPtr handle) |
| static MethodAttributes | GetAttributes (global::System.IntPtr handle) |
| static CallingConventions | GetCallingConvention (global::System.IntPtr handle) |
| static MethodImplAttributes | GetMethodImplementationFlags (global::System.IntPtr handle) |
| static ParameterInfo[] | GetParametersInfo (global::System.IntPtr handle, MemberInfo member) |
| static ParameterInfo | GetReturnParameterInfo (RuntimeMethodInfo method) |
Package Attributes | |
| MethodAttributes | attrs |
| MethodImplAttributes | iattrs |
Private Member Functions | |
| static void | get_method_info (global::System.IntPtr handle, out MonoMethodInfo info) |
| static int | get_method_attributes (global::System.IntPtr handle) |
| static ParameterInfo[] | get_parameter_info (global::System.IntPtr handle, MemberInfo member) |
| static global::System.Runtime.InteropServices.MarshalAsAttribute | get_retval_marshal (global::System.IntPtr handle) |
Private Attributes | |
| global::System.Type | parent |
| global::System.Type | ret |
| CallingConventions | callconv |
Definition at line 10 of file MonoMethodInfo.cs.