RegisterHelper Methods | Helper帮助文档 |
The RegisterHelper type exposes the following members.
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