Property Class |
Namespace: callback.ShellBoost.Core.WindowsShell
public sealed class Property : IComparable, IComparable<Property>
The Property type exposes the following members.
Name | Description | |
---|---|---|
IsValueValid |
Gets a value indicating whether this instance's value is valid.
| |
Key |
Gets the key.
| |
TextValue |
Gets the text value. Mostly used for debugging purposes.
| |
Value |
Gets or sets the value.
| |
ValueTypeName |
Gets the name of the value type.
|
Name | Description | |
---|---|---|
CompareTo |
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |