IComNativeDescriptorHandler Interface
Provides a top-level mapping layer between a COM object and a TypeDescriptor.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | GetAttributes(Object) | Gets the attributes for the specified component. |
![]() | GetClassName(Object) | Gets the class name for the specified component. |
![]() | GetConverter(Object) | Gets the type converter for the specified component. |
![]() | GetDefaultEvent(Object) | Gets the default event for the specified component. |
![]() | GetDefaultProperty(Object) | Gets the default property for the specified component. |
![]() | GetEditor(Object, Type) | Gets the editor for the specified component. |
![]() | GetEvents(Object) | Gets the events for the specified component. |
![]() | GetEvents(Object, Attribute[]) | Gets the events with the specified attributes for the specified component. |
![]() | GetName(Object) | Gets the name of the specified component. |
![]() | GetProperties(Object, Attribute[]) | Gets the properties with the specified attributes for the specified component. |
![]() | GetPropertyValue(Object, Int32, Boolean) | Gets the value of the property that has the specified dispatch identifier. |
![]() | GetPropertyValue(Object, String, Boolean) | Gets the value of the property that has the specified name. |
Note |
|---|
This API is now obsolete. Add a TypeDescriptionProvider to handle a ComObjectType instead. |
Available since 1.1

