|
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
|
Inheritance diagram for System.Reflection.RuntimeMethodInfo:
Collaboration diagram for System.Reflection.RuntimeMethodInfo:Static Public Member Functions | |
| static bool | operator== (MethodInfo left, MethodInfo right) |
| static bool | operator== (MethodBase left, MethodBase right) |
| static bool | operator== (MemberInfo left, MemberInfo right) |
| static bool | operator!= (MethodInfo left, MethodInfo right) |
| static bool | operator!= (MethodBase left, MethodBase right) |
| static bool | operator!= (MemberInfo left, MemberInfo right) |
| static MethodBase | GetMethodFromHandle (global::System.RuntimeMethodHandle handle) |
Package Functions | |
| override string | FormatNameAndSig (bool serialization) |
| RuntimeModule | GetRuntimeModule () |
| string | SerializationToString () |
| static MethodBody | GetMethodBodyInternal (global::System.IntPtr handle) |
| RuntimeMethodInfo () | |
| static string | get_name (MethodBase method) |
| static RuntimeMethodInfo | get_base_method (RuntimeMethodInfo method, bool definition) |
| static int | get_metadata_token (RuntimeMethodInfo method) |
| MethodInfo | GetBaseMethod () |
| override ParameterInfo[] | GetParametersInternal () |
| override int | GetParametersCount () |
| object | InternalInvoke (object obj, object[] parameters, out global::System.Exception exc) |
| void | GetPInvoke (out PInvokeAttributes flags, out string entryPoint, out string dllName) |
| object[] | GetPseudoCustomAttributes () |
| CustomAttributeData[] | GetPseudoCustomAttributesData () |
| virtual global::System.Type[] | GetParameterTypes () |
| virtual ParameterInfo[] | GetParametersNoCopy () |
Static Package Functions | |
| static MethodBase | GetMethodFromHandleNoGenericCheck (global::System.RuntimeMethodHandle handle) |
| static MethodBase | GetMethodFromHandleNoGenericCheck (global::System.RuntimeMethodHandle handle, global::System.RuntimeTypeHandle reflectedType) |
| static MethodBody | GetMethodBody (global::System.IntPtr handle) |
| static MethodBase | GetMethodFromHandleInternalType (global::System.IntPtr method_handle, global::System.IntPtr type_handle) |
| static void | ConvertValues (Binder binder, object[] args, ParameterInfo[] pinfo, global::System.Globalization.CultureInfo culture, BindingFlags invokeAttr) |
| static string | ConstructParameters (global::System.Type[] parameterTypes, CallingConventions callingConvention, bool serialization) |
Package Attributes | |
| global::System.IntPtr | mhandle |
Private Member Functions | |
| static MethodBase | GetMethodFromHandleInternalType_native (global::System.IntPtr method_handle, global::System.IntPtr type_handle, bool genericCheck) |
| CustomAttributeData | GetDllImportAttributeData () |
| MethodInfo | MakeGenericMethod_impl (global::System.Type[] types) |
| MethodInfo | GetGenericMethodDefinition_impl () |
Static Private Member Functions | |
| static int | get_core_clr_security_level () |
Private Attributes | |
| string | name |
| global::System.Type | reftype |
Definition at line 17 of file RuntimeMethodInfo.cs.