Share via


IRegistryTools2 Interface

Definition

public interface class IRegistryTools2 : Microsoft::VisualStudio::Utilities::Internal::IRegistryTools
public interface IRegistryTools2 : Microsoft.VisualStudio.Utilities.Internal.IRegistryTools
type IRegistryTools2 = interface
    interface IRegistryTools
Public Interface IRegistryTools2
Implements IRegistryTools
Derived
Implements

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 subkeys in 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.

(Inherited from IRegistryTools)
GetRegistryIntValueFromLocalMachineRoot(String, String, Nullable<Int32>)

Get int registry value from the HKLM root Registry.

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

(Inherited from IRegistryTools)
GetRegistryValueFromLocalMachineRoot(String, String, Boolean, Object)

Get registry key value from the HKLM root Registry.

(Inherited from IRegistryTools)
GetRegistryValueFromLocalMachineRoot(String, String, Object)

Get registry key value from the HKLM root Registry.

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

(Inherited from IRegistryTools)
SetRegistryFromLocalMachineRoot(String, String, Object, Boolean)

Sets a value in the registry from the HKLM root Registry

(Inherited from IRegistryTools)

Applies to