|
Terraria v1.4.4.9
Terraria source code documentation
|
Protected Member Functions | |
| object? | CreateInstance ([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicConstructors)] Type type) |
| override void | FillAttributes (IList attributeList) |
| virtual void | FillAttributes (IList attributeList) |
| override? object | GetInvocationTarget (Type type, object instance) |
| Type? | GetTypeFromName ([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicConstructors)] string? typeName) |
| virtual void | OnValueChanged (object? component, EventArgs e) |
| virtual AttributeCollection | CreateAttributeCollection () |
Static Protected Member Functions | |
| static ? MethodInfo | FindMethod ([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicMethods)] Type componentClass, string name, Type[] args, Type returnType) |
| static ? MethodInfo | FindMethod ([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicMethods|DynamicallyAccessedMemberTypes.NonPublicMethods)] 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 string | DisplayName [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 int | NameHashCode [get] |
| virtual bool | DesignTimeOnly [get] |
Private Member Functions | |
| void | CheckAttributesValid () |
| void | FilterAttributesIfNeeded () |
Private Attributes | |
| readonly ReflectPropertyDescriptor | _extenderInfo |
| readonly IExtenderProvider | _provider |
| TypeConverter | _converter |
| Hashtable | _valueChangedHandlers |
| object[] | _editors |
| Type[] | _editorTypes |
| int | _editorCount |
| readonly string | _name |
| readonly string | _displayName |
| readonly int | _nameHash |
| AttributeCollection | _attributeCollection |
| Attribute[] | _attributes |
| Attribute[] | _originalAttributes |
| bool | _attributesFiltered |
| bool | _attributesFilled |
| int | _metadataVersion |
| string | _category |
| string | _description |
| readonly object | _lockCookie = new object() |
Definition at line 5 of file ExtendedPropertyDescriptor.cs.