<PackageReference Include="NETStandard.Library" Version="2.0.2" />

System.ComponentModel.IComNativeDescriptorHandler

public interface IComNativeDescriptorHandler

string GetClassName(object component)

TypeConverter GetConverter(object component)

EventDescriptor GetDefaultEvent(object component)

object GetEditor(object component, Type baseEditorType)

EventDescriptorCollection GetEvents(object component, Attribute[] attributes)

string GetName(object component)

PropertyDescriptorCollection GetProperties(object component, Attribute[] attributes)

object GetPropertyValue(object component, int dispid, ref bool success)

object GetPropertyValue(object component, string propertyName, ref bool success)