The class XUserSettings represents the user settings where use is able to save custom settings which can be simply loaded from the disk next time.
The XUserSettings..::.Key type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Clear |
Removes all elements in the key.
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. | |
| GetBooleanValue |
The implicit variable value name of the type Boolean.
| |
| GetDoubleValue |
Gets the variable value name of the type Double.
| |
| GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | |
| GetInt16Value |
Gets the variable value name of type Int16.
| |
| GetInt32Value |
Gets the variable value name of type Int32.
| |
| GetInt64Value |
Gets the variable value name of type Int64.
| |
| GetSingleValue |
Gets the variable value name of the type Single.
| |
| GetStringCollectionValue | Overloaded. | |
| GetType | Gets the Type of the current instance. | |
| GetUInt16Value |
Gets the variable value name of type UInt16.
| |
| GetUInt32Value |
Gets the variable value name of type UInt32.
| |
| GetUInt64Value |
Gets the variable value name of type UInt64.
| |
| GetValue |
Gets the variable value name.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. | |
| OpenSubKey |
Opens a subkey in this key.
| |
| SetBooleanValue |
Sets the variable value name of the type Boolean.
| |
| SetDoubleValue |
Sets the variable value name of type Double.
| |
| SetInt16Value |
Sets the variable value name of type Int16.
| |
| SetInt32Value |
Sets the variable value name of type Int32.
| |
| SetInt64Value |
Sets the variable value name of type Int64.
| |
| SetSingleValue |
Sets the variable value name of type Single.
| |
| SetStringCollectionValue | Overloaded. | |
| SetUInt16Value |
Sets the variable value name of type UInt16.
| |
| SetUInt32Value |
Sets the variable value name of type UInt32.
| |
| SetUInt64Value |
Sets the variable value name of type UInt64.
| |
| SetValue |
Sets the variable value name.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Element | Obsolete.
Gets XML element XmlElement which represents this key.
| |
| Item |
Gets or sets the value for this key name.
| |
| Name |
Gets the key name.
| |
| SyncRoot |
Events
| Name | Description | |
|---|---|---|
| KeyValueChanged |
The event is fired when the value has been changed.
|