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 bool | Equals (object obj) |
override int | GetHashCode () |
object | GetValue (object obj) |
void | SetValue (object obj, object value) |
void | SetValue (object obj, object value, BindingFlags invokeAttr, Binder binder, CultureInfo culture) |
virtual void | SetValueDirect (TypedReference obj, object value) |
virtual object | GetRawConstantValue () |
bool | IsDefined (Type attributeType, bool inherit) |
object[] | GetCustomAttributes (bool inherit) |
object[] | GetCustomAttributes (Type attributeType, bool inherit) |
Static Public Member Functions | |
static bool | operator== (FieldInfo left, FieldInfo right) |
static bool | operator!= (FieldInfo left, FieldInfo right) |
static FieldInfo | GetFieldFromHandle (RuntimeFieldHandle handle) |
static FieldInfo | GetFieldFromHandle (RuntimeFieldHandle handle, RuntimeTypeHandle declaringType) |
static bool | operator== (MemberInfo left, MemberInfo right) |
static bool | operator!= (MemberInfo left, MemberInfo right) |
Protected Member Functions | |
FieldInfo () | |
Package Functions | |
virtual int | GetFieldOffset () |
object[] | GetPseudoCustomAttributes () |
CustomAttributeData[] | GetPseudoCustomAttributesData () |
Properties | |
override MemberTypes | MemberType [get] |
FieldAttributes | Attributes [get] |
Type | FieldType [get] |
bool | IsInitOnly [get] |
bool | IsLiteral [get] |
bool | IsNotSerialized [get] |
bool | IsStatic [get] |
bool | IsPrivate [get] |
bool | IsPublic [get] |
RuntimeFieldHandle | FieldHandle [get] |
string | Name [get] |
Type | DeclaringType [get] |
Type | ReflectedType [get] |
virtual Module | Module [get] |
virtual int | MetadataToken [get] |
Private Member Functions | |
MarshalAsAttribute | get_marshal_info () |
Static Private Member Functions | |
static FieldInfo | internal_from_handle_type (IntPtr field_handle, IntPtr type_handle) |
Definition at line 11 of file FieldInfo.cs.