Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IComNativeDescriptorHandler.cs
Go to the documentation of this file.
2
3[Obsolete("IComNativeDescriptorHandler has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead.")]
5{
7
8 string GetClassName(object component);
9
10 TypeConverter GetConverter(object component);
11
13
15
16 object GetEditor(object component, Type baseEditorType);
17
18 string GetName(object component);
19
21
22 EventDescriptorCollection GetEvents(object component, Attribute[]? attributes);
23
24 PropertyDescriptorCollection GetProperties(object component, Attribute[]? attributes);
25
26 object GetPropertyValue(object component, string propertyName, ref bool success);
27
28 object GetPropertyValue(object component, int dispid, ref bool success);
29}
object GetPropertyValue(object component, int dispid, ref bool success)
AttributeCollection GetAttributes(object component)
PropertyDescriptor GetDefaultProperty(object component)
TypeConverter GetConverter(object component)
EventDescriptor GetDefaultEvent(object component)
EventDescriptorCollection GetEvents(object component, Attribute[]? attributes)
PropertyDescriptorCollection GetProperties(object component, Attribute[]? attributes)
EventDescriptorCollection GetEvents(object component)
object GetEditor(object component, Type baseEditorType)
object GetPropertyValue(object component, string propertyName, ref bool success)