RegKey Class

Registry key helper class.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public class RegKey
Inheritance
Object    RegKey

Constructors

RegKey Self initializing constructor.

Properties

Handle The registry key this object represents, "HKEY" for this object.
KeyName Key name for this object.

Methods

Close Closes the registry key.
DeleteSubKeys Deletes all sub-keys under this key. Sub-keys must not have sub-keys.
Dispose Disposes of the object.
Finalize Destructor.
(Overrides ObjectFinalize)
GetSubKeyNames Gets the registry keys under this key.
GetValue(String) Resolves the value from the provided name in a key.
GetValue(String, Object) Resolves the value from the provided name in a key.
OpenSubKey Opens the specified sub-key.
SetValue Sets the data of the specified value.

See Also