Mono Class Library: Overview

System.ComponentModel.TypeDescriptor: Method Members

The methods of System.ComponentModel.TypeDescriptor are listed below. For a list of all members, see the TypeDescriptor Members list.

See Also: Inherited members from System.Object

Public Methods

static
AddAttributes(object, params Attribute[]) : TypeDescriptionProvider
Documentation for this section has not yet been entered.
static
AddAttributes(Type, params Attribute[]) : TypeDescriptionProvider
Documentation for this section has not yet been entered.
static
AddEditorTable(Type, Hashtable)
Documentation for this section has not yet been entered.
static
AddProvider(TypeDescriptionProvider, object)
Documentation for this section has not yet been entered.
static
AddProvider(TypeDescriptionProvider, Type)
Documentation for this section has not yet been entered.
static
CreateAssociation(object, object)
Documentation for this section has not yet been entered.
static
CreateDesigner(IComponent, Type) : System.ComponentModel.Design.IDesigner
Documentation for this section has not yet been entered.
static
CreateEvent(Type, EventDescriptor, params Attribute[]) : EventDescriptor
Documentation for this section has not yet been entered.
static
CreateEvent(Type, string, Type, params Attribute[]) : EventDescriptor
Documentation for this section has not yet been entered.
static
CreateInstance(IServiceProvider, Type, Type[], object[]) : object
Documentation for this section has not yet been entered.
static
CreateProperty(Type, PropertyDescriptor, params Attribute[]) : PropertyDescriptor
Documentation for this section has not yet been entered.
static
CreateProperty(Type, string, Type, params Attribute[]) : PropertyDescriptor
Documentation for this section has not yet been entered.
static
GetAssociation(Type, object) : object
Documentation for this section has not yet been entered.
static
GetAttributes(object) : AttributeCollection
Documentation for this section has not yet been entered.
static
GetAttributes(Type) : AttributeCollection
Documentation for this section has not yet been entered.
static
GetAttributes(object, bool) : AttributeCollection
Documentation for this section has not yet been entered.
static
GetClassName(object) : string
Documentation for this section has not yet been entered.
static
GetClassName(Type) : string
Documentation for this section has not yet been entered.
static
GetClassName(object, bool) : string
Documentation for this section has not yet been entered.
static
GetComponentName(object) : string
Documentation for this section has not yet been entered.
static
GetComponentName(object, bool) : string
Documentation for this section has not yet been entered.
static
GetConverter(object) : TypeConverter
Documentation for this section has not yet been entered.
static
GetConverter(Type) : TypeConverter
Documentation for this section has not yet been entered.
static
GetConverter(object, bool) : TypeConverter
Documentation for this section has not yet been entered.
static
GetDefaultEvent(object) : EventDescriptor
Documentation for this section has not yet been entered.
static
GetDefaultEvent(Type) : EventDescriptor
Documentation for this section has not yet been entered.
static
GetDefaultEvent(object, bool) : EventDescriptor
Documentation for this section has not yet been entered.
static
GetDefaultProperty(object) : PropertyDescriptor
Documentation for this section has not yet been entered.
static
GetDefaultProperty(Type) : PropertyDescriptor
Documentation for this section has not yet been entered.
static
GetDefaultProperty(object, bool) : PropertyDescriptor
Documentation for this section has not yet been entered.
static
GetEditor(object, Type) : object
Documentation for this section has not yet been entered.
static
GetEditor(Type, Type) : object
Documentation for this section has not yet been entered.
static
GetEditor(object, Type, bool) : object
Documentation for this section has not yet been entered.
static
GetEvents(object) : EventDescriptorCollection
Documentation for this section has not yet been entered.
static
GetEvents(Type) : EventDescriptorCollection
Documentation for this section has not yet been entered.
static
GetEvents(object, Attribute[]) : EventDescriptorCollection
Documentation for this section has not yet been entered.
static
GetEvents(object, bool) : EventDescriptorCollection
Documentation for this section has not yet been entered.
static
GetEvents(Type, Attribute[]) : EventDescriptorCollection
Documentation for this section has not yet been entered.
static
GetEvents(object, Attribute[], bool) : EventDescriptorCollection
Documentation for this section has not yet been entered.
static
GetFullComponentName(object) : string
Documentation for this section has not yet been entered.
static
GetProperties(object) : PropertyDescriptorCollection
Documentation for this section has not yet been entered.
static
GetProperties(Type) : PropertyDescriptorCollection
Documentation for this section has not yet been entered.
static
GetProperties(object, Attribute[]) : PropertyDescriptorCollection
Documentation for this section has not yet been entered.
static
GetProperties(object, bool) : PropertyDescriptorCollection
Documentation for this section has not yet been entered.
static
GetProperties(Type, Attribute[]) : PropertyDescriptorCollection
Documentation for this section has not yet been entered.
static
GetProperties(object, Attribute[], bool) : PropertyDescriptorCollection
Documentation for this section has not yet been entered.
static
GetProvider(object) : TypeDescriptionProvider
Documentation for this section has not yet been entered.
static
GetProvider(Type) : TypeDescriptionProvider
Documentation for this section has not yet been entered.
static
GetReflectionType(object) : Type
Documentation for this section has not yet been entered.
static
GetReflectionType(Type) : Type
Documentation for this section has not yet been entered.
static
Refresh(object)
Documentation for this section has not yet been entered.
static
Refresh(System.Reflection.Assembly)
Documentation for this section has not yet been entered.
static
Refresh(System.Reflection.Module)
Documentation for this section has not yet been entered.
static
Refresh(Type)
Documentation for this section has not yet been entered.
static
RemoveAssociation(object, object)
Documentation for this section has not yet been entered.
static
RemoveAssociations(object)
Documentation for this section has not yet been entered.
static
RemoveProvider(TypeDescriptionProvider, object)
Documentation for this section has not yet been entered.
static
RemoveProvider(TypeDescriptionProvider, Type)
Documentation for this section has not yet been entered.
static
SortDescriptorArray(IList)
Documentation for this section has not yet been entered.