Mono Class Library: Overview

System.ComponentModel.TypeConverter: Members

The members of System.ComponentModel.TypeConverter are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.

Public Methods

CanConvertFrom(Type) : bool
Documentation for this section has not yet been entered.
CanConvertFrom(ITypeDescriptorContext, Type) : bool
Documentation for this section has not yet been entered.
CanConvertTo(Type) : bool
Documentation for this section has not yet been entered.
CanConvertTo(ITypeDescriptorContext, Type) : bool
Documentation for this section has not yet been entered.
ConvertFrom(object) : object
Documentation for this section has not yet been entered.
ConvertFrom(ITypeDescriptorContext, System.Globalization.CultureInfo, object) : object
Documentation for this section has not yet been entered.
ConvertFromInvariantString(string) : object
Documentation for this section has not yet been entered.
ConvertFromInvariantString(ITypeDescriptorContext, string) : object
Documentation for this section has not yet been entered.
ConvertFromString(string) : object
Documentation for this section has not yet been entered.
ConvertFromString(ITypeDescriptorContext, string) : object
Documentation for this section has not yet been entered.
ConvertFromString(ITypeDescriptorContext, System.Globalization.CultureInfo, string) : object
Documentation for this section has not yet been entered.
ConvertTo(object, Type) : object
Documentation for this section has not yet been entered.
ConvertTo(ITypeDescriptorContext, System.Globalization.CultureInfo, object, Type) : object
Documentation for this section has not yet been entered.
ConvertToInvariantString(object) : string
Documentation for this section has not yet been entered.
ConvertToInvariantString(ITypeDescriptorContext, object) : string
Documentation for this section has not yet been entered.
ConvertToString(object) : string
Documentation for this section has not yet been entered.
ConvertToString(ITypeDescriptorContext, object) : string
Documentation for this section has not yet been entered.
ConvertToString(ITypeDescriptorContext, System.Globalization.CultureInfo, object) : string
Documentation for this section has not yet been entered.
CreateInstance(IDictionary) : object
Documentation for this section has not yet been entered.
CreateInstance(ITypeDescriptorContext, IDictionary) : object
Documentation for this section has not yet been entered.
GetCreateInstanceSupported() : bool
Documentation for this section has not yet been entered.
GetCreateInstanceSupported(ITypeDescriptorContext) : bool
Documentation for this section has not yet been entered.
GetProperties(object) : PropertyDescriptorCollection
Documentation for this section has not yet been entered.
GetProperties(ITypeDescriptorContext, object) : PropertyDescriptorCollection
Documentation for this section has not yet been entered.
GetProperties(ITypeDescriptorContext, object, Attribute[]) : PropertyDescriptorCollection
Documentation for this section has not yet been entered.
GetPropertiesSupported() : bool
Documentation for this section has not yet been entered.
GetPropertiesSupported(ITypeDescriptorContext) : bool
Documentation for this section has not yet been entered.
GetStandardValues() : ICollection
Documentation for this section has not yet been entered.
GetStandardValues(ITypeDescriptorContext) : TypeConverter.StandardValuesCollection
Documentation for this section has not yet been entered.
GetStandardValuesExclusive() : bool
Documentation for this section has not yet been entered.
GetStandardValuesExclusive(ITypeDescriptorContext) : bool
Documentation for this section has not yet been entered.
GetStandardValuesSupported() : bool
Documentation for this section has not yet been entered.
GetStandardValuesSupported(ITypeDescriptorContext) : bool
Documentation for this section has not yet been entered.
IsValid(object) : bool
Documentation for this section has not yet been entered.
IsValid(ITypeDescriptorContext, object) : bool
Documentation for this section has not yet been entered.

Protected Methods

GetConvertFromException(object) : Exception
Documentation for this section has not yet been entered.
GetConvertToException(object, Type) : Exception
Documentation for this section has not yet been entered.
SortProperties(PropertyDescriptorCollection, string[]) : PropertyDescriptorCollection
Documentation for this section has not yet been entered.