terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
override Type[] | GetGenericArguments () |
virtual MethodInfo | GetGenericMethodDefinition () |
virtual MethodInfo | MakeGenericMethod (params Type[] typeArguments) |
MethodInfo | GetBaseDefinition () |
virtual Delegate | CreateDelegate (Type delegateType, object target) |
override bool | Equals (object obj) |
override int | GetHashCode () |
ParameterInfo[] | GetParameters () |
MethodImplAttributes | GetMethodImplementationFlags () |
virtual MethodBody | GetMethodBody () |
object | Invoke (object obj, object[] parameters) |
object | Invoke (object obj, BindingFlags invokeAttr, Binder binder, object[] parameters, CultureInfo culture) |
bool | IsDefined (Type attributeType, bool inherit) |
object[] | GetCustomAttributes (bool inherit) |
object[] | GetCustomAttributes (Type attributeType, bool inherit) |
Static Public Member Functions | |
static bool | operator== (MethodInfo left, MethodInfo right) |
static bool | operator!= (MethodInfo left, MethodInfo right) |
static bool | operator== (MethodBase left, MethodBase right) |
static bool | operator== (MemberInfo left, MemberInfo right) |
static bool | operator!= (MethodBase left, MethodBase right) |
static bool | operator!= (MemberInfo left, MemberInfo right) |
static MethodBase | GetMethodFromHandle (RuntimeMethodHandle handle) |
Protected Member Functions | |
MethodInfo () | |
Package Functions | |
virtual ParameterInfo[] | GetParametersInternal () |
virtual int | GetParametersCount () |
virtual string | FormatNameAndSig (bool serialization) |
virtual Type[] | GetParameterTypes () |
virtual ParameterInfo[] | GetParametersNoCopy () |
Static Package Functions | |
static string | ConstructParameters (Type[] parameterTypes, CallingConventions callingConvention, bool serialization) |
Properties | |
override MemberTypes | MemberType [get] |
virtual ParameterInfo | ReturnParameter [get] |
virtual Type | ReturnType [get] |
virtual int | GenericParameterCount [get] |
MethodAttributes | Attributes [get] |
virtual CallingConventions | CallingConvention [get] |
bool | IsAbstract [get] |
bool | IsConstructor [get] |
bool | IsStatic [get] |
bool | IsVirtual [get] |
bool | IsPublic [get] |
virtual bool | IsGenericMethod [get] |
virtual bool | IsGenericMethodDefinition [get] |
virtual bool | ContainsGenericParameters [get] |
RuntimeMethodHandle | MethodHandle [get] |
virtual bool | IsSecurityCritical [get] |
string | Name [get] |
Type | DeclaringType [get] |
Type | ReflectedType [get] |
virtual Module | Module [get] |
virtual int | MetadataToken [get] |
Definition at line 8 of file MethodInfo.cs.