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
Loading...
Searching...
No Matches
System.Reflection.MethodBase Class Referenceabstract
+ Inheritance diagram for System.Reflection.MethodBase:
+ Collaboration diagram for System.Reflection.MethodBase:

Public Member Functions

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)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
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== (MethodBase left, MethodBase right)
 
static bool operator!= (MethodBase left, MethodBase right)
 
static MethodBase GetMethodFromHandle (global::System.RuntimeMethodHandle handle)
 
static bool operator== (MemberInfo left, MemberInfo right)
 
static bool operator!= (MemberInfo left, MemberInfo right)
 

Protected Member Functions

 MethodBase ()
 

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

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]
 
MemberTypes MemberType [get]
 
string Name [get]
 
global::System.Type DeclaringType [get]
 
global::System.Type ReflectedType [get]
 
virtual Module Module [get, set]
 
virtual int MetadataToken [get, set]
 

Detailed Description

Definition at line 19 of file MethodBase.cs.


The documentation for this class was generated from the following file: