RegisterHelper Class

HD.Common

RegisterHelper Class Helper帮助文档
注册表辅助类
Inheritance Hierarchy

SystemObject  HD.CommonRegisterHelper

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

  NameDescription
Public methodRegisterHelper
构造函数
Public methodRegisterHelper(String)
构造函数
Top
Methods

  NameDescription
Public methodDeleteSubKey
删除注册表中的指定项
Public methodDeleteValue
删除注册表中的值
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodGetValue
读取注册表
Public methodGetValues
检索指定项关联的所有值
Public methodIsExist
判断指定项是否存在
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSetObjectValue
将对象所有属性写入指定注册表中
Public methodSetValue
写入注册表,如果指定项已经存在,则修改指定项的值
Public methodToString (Inherited from Object.)
Top
See Also

Reference