NamedProperty Class |
Namespace: callback.ShellBoost.Core.WindowsShell
public sealed class NamedProperty : IComparable, IComparable<NamedProperty>
The NamedProperty type exposes the following members.
Name | Description | |
---|---|---|
NamedProperty |
Initializes a new instance of the NamedProperty class.
|
Name | Description | |
---|---|---|
IsValueValid |
Gets a value indicating whether this instance's value is valid.
| |
Name |
Gets the name.
| |
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.) |