The XUserSettings..::.Key type exposes the following members.

Methods

  NameDescription
Clear
Removes all elements in the key.
Equals

Determines whether the specified Object is equal to the current Object.

(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.

(Inherited from Object.)
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.

(Inherited from Object.)
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.
GetStringCollectionValueOverloaded.
GetType

Gets the Type of the current instance.

(Inherited from Object.)
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.

(Inherited from 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.
SetStringCollectionValueOverloaded.
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

Returns a String that represents the current Object.

(Inherited from Object.)

See Also