Share via


RegistryTools Class

Definition

Helper class to get information from the Registry

public ref class RegistryTools : Microsoft::VisualStudio::Utilities::Internal::IRegistryTools3
public class RegistryTools : Microsoft.VisualStudio.Utilities.Internal.IRegistryTools3
public class RegistryTools : Microsoft.VisualStudio.Utilities.Internal.IRegistryTools4
type RegistryTools = class
    interface IRegistryTools3
    interface IRegistryTools2
    interface IRegistryTools
type RegistryTools = class
    interface IRegistryTools4
    interface IRegistryTools3
    interface IRegistryTools2
    interface IRegistryTools
Public Class RegistryTools
Implements IRegistryTools3
Public Class RegistryTools
Implements IRegistryTools4
Inheritance
RegistryTools
Implements

Constructors

RegistryTools()

Methods

DeleteRegistryKeyFromCurrentUserRoot(String)

Deletes the specified registry key and all subkeys in the HKCU root Registry

DeleteRegistryKeyFromLocalMachineRoot(String, Boolean)

Deletes the specified registry key and all subkey sin the HKLM root Registry

DeleteRegistryValueFromCurrentUserRoot(String, String)

Deletes the specified registry value from a key in the HKCU root Registry

DeleteRegistryValueFromLocalMachineRoot(String, String, Boolean)

Deletes the specified registry value from a key in the HKLM root Registry

DoesRegistryKeyExistInCurrentUserRoot(String)

Determines if a key exists in the HKCU root Registry

DoesRegistryKeyExistInLocalMachineRoot(String, Boolean)

Determines if a key exists in the HKLM root Registry

GetRegistryIntValueFromLocalMachineRoot(String, String, Boolean, Nullable<Int32>)

Get int registry value from the HKLM root Registry.

GetRegistryIntValueFromLocalMachineRoot(String, String, Nullable<Int32>)

Get int registry value from the HKLM root Registry.

GetRegistrySubKeyNamesFromCurrentUserRoot(String)

Get the names of all subkeys under a key in the HKCU root Registry.

GetRegistrySubKeyNamesFromLocalMachineRoot(String, Boolean)

Get the names of all subkeys under a key in the HKLM root Registry.

GetRegistryValueFromCurrentUserRoot(String, String, Object)

Get registry key value from the HKCU root Registry.

GetRegistryValueFromLocalMachineRoot(String, String, Boolean, Object)

Get registry key value from the HKLM root Registry.

GetRegistryValueFromLocalMachineRoot(String, String, Object)

Get registry key value from the HKLM root Registry.

GetRegistryValueNamesFromCurrentUserRoot(String)

Get the names of all values under a key in the HKCU root Registry.

GetRegistryValueNamesFromLocalMachineRoot(String, Boolean)

Get the names of all values under a key in the HKLM root Registry.

SetRegistryFromCurrentUserRoot(String, String, Object)

Sets a value in the registry from the HKCU root Registry.

SetRegistryFromCurrentUserRoot(String, String, Object, RegistryValueKind)

Sets a value in the registry from the HKCU root Registry.

SetRegistryFromLocalMachineRoot(String, String, Object, Boolean)

Sets a value in the registry from the HKLM root Registry

TryGetRegistryValueKindFromCurrentUserRoot(String, String, RegistryValueKind)

Determines the kind of a property in the HKCU root registry.

TryGetRegistryValueKindFromLocalMachineRoot(String, String, RegistryValueKind, Boolean)

Determines the kind of a property in the HKLM root registry.

Applies to