Compartilhar via


IRegistryTools Interface

Definição

Classe auxiliar para obter informações do Registro

public interface class IRegistryTools
public interface IRegistryTools
type IRegistryTools = interface
Public Interface IRegistryTools
Derivado

Métodos

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

Obtenha o valor do registro int do Registro raiz do HKLM.

GetRegistryIntValueFromLocalMachineRoot(String, String, Nullable<Int32>)

Obtenha o valor do registro int do Registro raiz do HKLM.

GetRegistryValueFromCurrentUserRoot(String, String, Object)

Obtenha o valor da chave do Registro do HKCU raiz.

GetRegistryValueFromLocalMachineRoot(String, String, Boolean, Object)

Obtenha o valor da chave do Registro do HKLM raiz.

GetRegistryValueFromLocalMachineRoot(String, String, Object)

Obtenha o valor da chave do Registro do HKLM raiz.

SetRegistryFromCurrentUserRoot(String, String, Object)

Define um valor no Registro do Registro raiz do HKCU.

SetRegistryFromLocalMachineRoot(String, String, Object, Boolean)

Define um valor no registro do Registro raiz do HKLM

Aplica-se a