System.ComponentModel.TypeDescriptor.ComNativeDescriptionProvider.ComNativeTypeDescriptor.ICustomTypeDescriptor C# (CSharp) Method

ICustomTypeDescriptor() private method

private ICustomTypeDescriptor ( ) : AttributeCollection
return AttributeCollection
                AttributeCollection ICustomTypeDescriptor.GetAttributes()
                {
                    return _handler.GetAttributes(_instance);
                }

Same methods

TypeDescriptor.ComNativeDescriptionProvider.ComNativeTypeDescriptor::ICustomTypeDescriptor ( ) : System.ComponentModel.EventDescriptor
TypeDescriptor.ComNativeDescriptionProvider.ComNativeTypeDescriptor::ICustomTypeDescriptor ( ) : EventDescriptorCollection
TypeDescriptor.ComNativeDescriptionProvider.ComNativeTypeDescriptor::ICustomTypeDescriptor ( Attribute attributes ) : EventDescriptorCollection
TypeDescriptor.ComNativeDescriptionProvider.ComNativeTypeDescriptor::ICustomTypeDescriptor ( ) : PropertyDescriptor
TypeDescriptor.ComNativeDescriptionProvider.ComNativeTypeDescriptor::ICustomTypeDescriptor ( ) : PropertyDescriptorCollection
TypeDescriptor.ComNativeDescriptionProvider.ComNativeTypeDescriptor::ICustomTypeDescriptor ( Attribute attributes ) : PropertyDescriptorCollection
TypeDescriptor.ComNativeDescriptionProvider.ComNativeTypeDescriptor::ICustomTypeDescriptor ( ) : TypeConverter
TypeDescriptor.ComNativeDescriptionProvider.ComNativeTypeDescriptor::ICustomTypeDescriptor ( PropertyDescriptor pd ) : object
TypeDescriptor.ComNativeDescriptionProvider.ComNativeTypeDescriptor::ICustomTypeDescriptor ( Type editorBaseType ) : object
TypeDescriptor.ComNativeDescriptionProvider.ComNativeTypeDescriptor::ICustomTypeDescriptor ( ) : string
TypeDescriptor.ComNativeDescriptionProvider.ComNativeTypeDescriptor