RegisterHelper.KeyType Enumeration

HD.Common

RegisterHelperKeyType Enumeration Helper帮助文档
注册表基项枚举

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public enum KeyType
Public Enumeration KeyType
public enum class KeyType
type KeyType
Members

  Member nameValueDescription
HKEY_CLASS_ROOT0 注册表基项 HKEY_CLASSES_ROOT
HKEY_CURRENT_USER1 注册表基项 HKEY_CURRENT_USER
HKEY_LOCAL_MACHINE2 注册表基项 HKEY_LOCAL_MACHINE
HKEY_USERS3 注册表基项 HKEY_USERS
HKEY_CURRENT_CONFIG4 注册表基项 HKEY_CURRENT_CONFIG
See Also

Reference