Compartir a través de


IRegistryTools Interfaz

Definición

Clase auxiliar para obtener información del Registro

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

Métodos

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

Obtenga el valor del Registro int del Registro raíz HKLM.

GetRegistryIntValueFromLocalMachineRoot(String, String, Nullable<Int32>)

Obtenga el valor del Registro int del Registro raíz HKLM.

GetRegistryValueFromCurrentUserRoot(String, String, Object)

Obtenga el valor de clave del Registro de la clave del Registro raíz hkCU.

GetRegistryValueFromLocalMachineRoot(String, String, Boolean, Object)

Obtenga el valor de la clave del Registro del Registro raíz HKLM.

GetRegistryValueFromLocalMachineRoot(String, String, Object)

Obtenga el valor de la clave del Registro del Registro raíz HKLM.

SetRegistryFromCurrentUserRoot(String, String, Object)

Establece un valor en el Registro de la raíz HKCU.

SetRegistryFromLocalMachineRoot(String, String, Object, Boolean)

Establece un valor en el Registro de la raíz HKLM.

Se aplica a