IRegistryTools 接口

定义

用于从注册表获取信息的帮助程序类

public interface class IRegistryTools
public interface IRegistryTools
type IRegistryTools = interface
Public Interface IRegistryTools
派生

方法

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

从 HKLM 根注册表获取 int 注册表值。

GetRegistryIntValueFromLocalMachineRoot(String, String, Nullable<Int32>)

从 HKLM 根注册表获取 int 注册表值。

GetRegistryValueFromCurrentUserRoot(String, String, Object)

从 HKCU 根注册表获取注册表项值。

GetRegistryValueFromLocalMachineRoot(String, String, Boolean, Object)

从 HKLM 根注册表获取注册表项值。

GetRegistryValueFromLocalMachineRoot(String, String, Object)

从 HKLM 根注册表获取注册表项值。

SetRegistryFromCurrentUserRoot(String, String, Object)

从 HKCU 根注册表设置注册表中的值。

SetRegistryFromLocalMachineRoot(String, String, Object, Boolean)

从 HKLM 根注册表设置注册表中的值

适用于