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 | |
JPropertyDescriptor (string name) | |
override bool | CanResetValue (object component) |
override object | GetValue (object component) |
override void | ResetValue (object component) |
override void | SetValue (object component, object value) |
override bool | ShouldSerializeValue (object component) |
virtual void | AddValueChanged (object component, EventHandler handler) |
override bool | Equals (object obj) |
PropertyDescriptorCollection | GetChildProperties () |
PropertyDescriptorCollection | GetChildProperties (Attribute[] filter) |
PropertyDescriptorCollection | GetChildProperties (object instance) |
virtual PropertyDescriptorCollection | GetChildProperties (object instance, Attribute[] filter) |
virtual object | GetEditor (Type editorBaseType) |
override int | GetHashCode () |
virtual void | RemoveValueChanged (object component, EventHandler handler) |
Protected Member Functions | |
object | CreateInstance (Type type) |
override void | FillAttributes (IList attributeList) |
override object | GetInvocationTarget (Type type, object instance) |
Type | GetTypeFromName (string typeName) |
virtual void | OnValueChanged (object component, EventArgs e) |
virtual AttributeCollection | CreateAttributeCollection () |
Static Protected Member Functions | |
static MethodInfo | FindMethod (Type componentClass, string name, Type[] args, Type returnType) |
static MethodInfo | FindMethod (Type componentClass, string name, Type[] args, Type returnType, bool publicOnly) |
static ISite | GetSite (object component) |
static object | GetInvokee (Type componentClass, object component) |
Package Functions | |
EventHandler | GetValueChangedHandler (object component) |
Properties | |
override Type | ComponentType [get] |
override bool | IsReadOnly [get] |
override Type | PropertyType [get] |
override int | NameHashCode [get] |
virtual TypeConverter | Converter [get] |
virtual bool | IsLocalizable [get] |
DesignerSerializationVisibility | SerializationVisibility [get] |
virtual bool | SupportsChangeEvents [get] |
virtual Attribute[] | AttributeArray [get, set] |
virtual AttributeCollection | Attributes [get] |
virtual string | Category [get] |
virtual string | Description [get] |
virtual bool | IsBrowsable [get] |
virtual string | Name [get] |
virtual bool | DesignTimeOnly [get] |
virtual string | DisplayName [get] |
Private Member Functions | |
void | CheckAttributesValid () |
void | FilterAttributesIfNeeded () |
Static Private Member Functions | |
static JObject | CastInstance (object instance) |
Private Attributes | |
TypeConverter | _converter |
Hashtable | _valueChangedHandlers |
object[] | _editors |
Type[] | _editorTypes |
int | _editorCount |
string | name |
string | displayName |
int | nameHash |
AttributeCollection | attributeCollection |
Attribute[] | attributes |
Attribute[] | originalAttributes |
bool | attributesFiltered |
bool | attributesFilled |
int | metadataVersion |
string | category |
string | description |
object | lockCookie |
Definition at line 9 of file JPropertyDescriptor.cs.