The CommandConverter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CommandConverter |
Methods
Name | Description | |
---|---|---|
CanConvertFrom(Type) |
Returns whether this converter can convert an object of the given type to the type of this converter. (Inherited from TypeConverterTypeConverter.) |
|
CanConvertFrom(ITypeDescriptorContext, Type) |
Determines whether an object of the specified type can be converted to an instance of ICommand.
(Overrides TypeConverter..::..CanConvertFrom(ITypeDescriptorContext, Type).) |
|
CanConvertTo(Type) |
Returns whether this converter can convert the object to the specified type. (Inherited from TypeConverterTypeConverter.) |
|
CanConvertTo(ITypeDescriptorContext, Type) |
Determines whether an instance of ICommand can be converted to the specified type.
(Overrides TypeConverter..::..CanConvertTo(ITypeDescriptorContext, Type).) |
|
ConvertFrom(Object) |
Converts the given value to the type of this converter. (Inherited from TypeConverterTypeConverter.) |
|
ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) |
Attempts to convert the specified object to an ICommand.
(Overrides TypeConverter..::..ConvertFrom(ITypeDescriptorContext, CultureInfo, Object).) |
|
ConvertFromString |
Converts the specified text to an object. (Inherited from TypeConverter.) |
|
ConvertTo(Object, Type) |
Converts the given value object to the specified type, using the arguments. (Inherited from TypeConverterTypeConverter.) |
|
ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) |
Attempts to convert an ICommand to the specified type.
(Overrides TypeConverter..::..ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type).) |
|
ConvertToString |
Converts the specified value to a string representation. (Inherited from TypeConverter.) |
|
Equals |
Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize |
Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString |
Returns a string that represents the current object. (Inherited from Object.) |