The WinRegistry type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | CreateHKCRKey |
Create an HKCR key. Does not produce errors if the key exists.
|
![]() ![]() | DeleteHKCRKey |
Deletes a key in HKCR
|
![]() ![]() | DeleteHKCUKey |
Deletes a key in HKCU
|
![]() ![]() | DeleteHKCUValue |
Delete an HKLM value
|
![]() ![]() | DeleteHKLMKey |
Delete HKLM key without deleting key's subkeys
|
![]() ![]() | DeleteHKLMKeyAll |
Delete HKLM key and all of its subkeys
|
![]() ![]() | DeleteHKLMValue |
Delete an HKLM value
|
![]() ![]() | GetAssociatedProgram |
Get the associated program
|
![]() ![]() | GetFileType |
Get the human-readable file type of this extension
|
![]() ![]() | GetHKCRValue |
Get the value of a key in a registry HKCR (classes) subkey
|
![]() ![]() | GetHKCUBlob |
Gets the HKCU BLOB.
|
![]() ![]() | GetHKCUDWORDValue |
Get the value of a key in a registry "HKCU (Current User)\Software" subkey
|
![]() ![]() | GetHKCUSubkeys | |
![]() ![]() | GetHKCUValue |
Get the value of a key in a registry "HKCU (Current User)\Software" subkey
|
![]() ![]() | GetHKCUValues | |
![]() ![]() | GetHKLMBlob |
Gets the HKLM BLOB.
|
![]() ![]() | GetHKLMSubkeys | |
![]() ![]() | GetHKLMValue |
Get the value of a key in a registry HKLM\Software subkey
|
![]() ![]() | GetHKLMValues | |
![]() ![]() | HKCUExists |
Check if HKCU key exists.
|
![]() ![]() | HKLMExists |
Check if HKLM key exist
|
![]() ![]() | SetHKCRValue |
Adds a keypair to an existing key under the HKCR branch.
If any error (ie: key does not exist) return false.
|
![]() ![]() | SetHKCUBlob |
Sets the HKCU BLOB.
|
![]() ![]() | SetHKCUValue(String, String, Int32) |
Adds a keypair to an existing key under the HKCU (Current User)\Software branch.
If any error return false.
If key does not exist, it will be created.
|
![]() ![]() | SetHKCUValue(String, String, String) |
Adds a keypair to an existing key under the HKCU (Current User)\Software branch.
If any error return false.
If key does not exist, it will be created.
|
![]() ![]() | SetHKLMBlob |
Sets the HKLM BLOB.
|
![]() ![]() | SetHKLMValue |
Adds a keypair to an existing key under the HKLM\Software branch.
If any error (ie: key does not exist) return false.
|