Share via


IRegistryTools4 Interface

Definition

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

Methods

DeleteRegistryKeyFromCurrentUserRoot(String)

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

(Inherited from IRegistryTools2)
DeleteRegistryKeyFromLocalMachineRoot(String, Boolean)

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

(Inherited from IRegistryTools2)
DeleteRegistryValueFromCurrentUserRoot(String, String)

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

(Inherited from IRegistryTools2)
DeleteRegistryValueFromLocalMachineRoot(String, String, Boolean)

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

(Inherited from IRegistryTools2)
DoesRegistryKeyExistInCurrentUserRoot(String)

Determines if a key exists in the HKCU root Registry

(Inherited from IRegistryTools2)
DoesRegistryKeyExistInLocalMachineRoot(String, Boolean)

Determines if a key exists in the HKLM root Registry

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

(Inherited from IRegistryTools2)
GetRegistrySubKeyNamesFromLocalMachineRoot(String, Boolean)

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

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

(Inherited from IRegistryTools2)
GetRegistryValueNamesFromLocalMachineRoot(String, Boolean)

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

(Inherited from IRegistryTools2)
SetRegistryFromCurrentUserRoot(String, String, Object)

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

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

(Inherited from IRegistryTools)
TryGetRegistryValueKindFromCurrentUserRoot(String, String, RegistryValueKind)

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

(Inherited from IRegistryTools3)
TryGetRegistryValueKindFromLocalMachineRoot(String, String, RegistryValueKind, Boolean)

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

(Inherited from IRegistryTools3)

Applies to