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

ICustomTypeDescriptor() private method

private ICustomTypeDescriptor ( Attribute attributes ) : EventDescriptorCollection
attributes System.Attribute
return EventDescriptorCollection
                EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] attributes)
                {
                    return _handler.GetEvents(_instance, attributes);
                }

Same methods

TypeDescriptor.ComNativeDescriptionProvider.ComNativeTypeDescriptor::ICustomTypeDescriptor ( ) : AttributeCollection
TypeDescriptor.ComNativeDescriptionProvider.ComNativeTypeDescriptor::ICustomTypeDescriptor ( ) : System.ComponentModel.EventDescriptor
TypeDescriptor.ComNativeDescriptionProvider.ComNativeTypeDescriptor::ICustomTypeDescriptor ( ) : 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