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 | |
BindableAttribute (bool bindable) | |
BindableAttribute (bool bindable, BindingDirection direction) | |
BindableAttribute (BindableSupport flags) | |
BindableAttribute (BindableSupport flags, BindingDirection direction) | |
override bool | Equals (object obj) |
override int | GetHashCode () |
override bool | IsDefaultAttribute () |
virtual bool | Match (object obj) |
Static Public Attributes | |
static readonly BindableAttribute | Yes |
static readonly BindableAttribute | No |
static readonly BindableAttribute | Default |
Properties | |
bool | Bindable [get] |
BindingDirection | Direction [get] |
virtual object | TypeId [get] |
Static Private Member Functions | |
static | BindableAttribute () |
static Attribute[] | InternalGetCustomAttributes (PropertyInfo element, Type type, bool inherit) |
static Attribute[] | InternalGetCustomAttributes (EventInfo element, Type type, bool inherit) |
static Attribute[] | InternalParamGetCustomAttributes (ParameterInfo parameter, Type attributeType, bool inherit) |
static bool | InternalIsDefined (PropertyInfo element, Type attributeType, bool inherit) |
static bool | InternalIsDefined (EventInfo element, Type attributeType, bool inherit) |
static bool | AreFieldValuesEqual (object thisValue, object thatValue) |
Private Attributes | |
bool | _isDefault |
readonly bool< Bindable > | k__BackingField |
readonly BindingDirection< Direction > | k__BackingField |
Definition at line 8 of file BindableAttribute.cs.