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
|
Public Member Functions | |
object | Invoke (object[] parameters) |
object | Invoke (BindingFlags invokeAttr, Binder binder, object[] parameters, global::System.Globalization.CultureInfo culture) |
override bool | Equals (object obj) |
override int | GetHashCode () |
ParameterInfo[] | GetParameters () |
MethodImplAttributes | GetMethodImplementationFlags () |
virtual MethodBody | GetMethodBody () |
virtual global::System.Type[] | GetGenericArguments () |
object | Invoke (object obj, object[] parameters) |
object | Invoke (object obj, BindingFlags invokeAttr, Binder binder, object[] parameters, global::System.Globalization.CultureInfo culture) |
bool | IsDefined (global::System.Type attributeType, bool inherit) |
object[] | GetCustomAttributes (bool inherit) |
object[] | GetCustomAttributes (global::System.Type attributeType, bool inherit) |
Static Public Member Functions | |
static bool | operator== (ConstructorInfo left, ConstructorInfo right) |
static bool | operator!= (ConstructorInfo left, ConstructorInfo 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 (global::System.RuntimeMethodHandle handle) |
Static Public Attributes | |
static readonly string | ConstructorName |
static readonly string | TypeConstructorName |
Protected Member Functions | |
ConstructorInfo () | |
Package Functions | |
virtual ParameterInfo[] | GetParametersInternal () |
virtual int | GetParametersCount () |
virtual string | FormatNameAndSig (bool serialization) |
virtual global::System.Type[] | GetParameterTypes () |
virtual ParameterInfo[] | GetParametersNoCopy () |
Static Package Functions | |
static string | ConstructParameters (global::System.Type[] parameterTypes, CallingConventions callingConvention, bool serialization) |
Properties | |
override MemberTypes | MemberType [get, set] |
MethodAttributes | Attributes [get] |
virtual CallingConventions | CallingConvention [get, set] |
bool | IsAbstract [get, set] |
bool | IsConstructor [get, set] |
bool | IsStatic [get, set] |
bool | IsVirtual [get, set] |
bool | IsPublic [get, set] |
virtual bool | IsGenericMethod [get, set] |
virtual bool | IsGenericMethodDefinition [get, set] |
virtual bool | ContainsGenericParameters [get, set] |
global::System.RuntimeMethodHandle | MethodHandle [get] |
virtual bool | IsSecurityCritical [get, set] |
string | Name [get] |
global::System.Type | DeclaringType [get] |
global::System.Type | ReflectedType [get] |
virtual Module | Module [get, set] |
virtual int | MetadataToken [get, set] |
Static Private Member Functions | |
static | ConstructorInfo () |
Definition at line 15 of file ConstructorInfo.cs.