IRegistryTools 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于从注册表获取信息的帮助程序类
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 根注册表设置注册表中的值 |