RegisterHelper Class
From HD.Common
| RegisterHelper Class | Helper帮助文档 |
注册表辅助类
Inheritance Hierarchy
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class RegisterHelper
Public Class RegisterHelper
public ref class RegisterHelper
type RegisterHelper = class end
The RegisterHelper type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| RegisterHelper |
构造函数
| |
| RegisterHelper(String) |
构造函数
|
Methods
| Name | Description | |
|---|---|---|
| DeleteSubKey |
删除注册表中的指定项
| |
| DeleteValue |
删除注册表中的值
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| GetValue |
读取注册表
| |
| GetValues |
检索指定项关联的所有值
| |
| IsExist |
判断指定项是否存在
| |
| MemberwiseClone | (Inherited from Object.) | |
| SetObjectValue |
将对象所有属性写入指定注册表中
| |
| SetValue |
写入注册表,如果指定项已经存在,则修改指定项的值
| |
| ToString | (Inherited from Object.) |
See Also