Click or drag to resize

RegistryRoot enumeration

Enumeration of the registry root keys.

Namespace: NetEti.ApplicationEnvironment
Assembly: NetEti.RegAccess (in NetEti.RegAccess.dll) Version: 1.0.0+3058b4495e47cf04ccc2758883ed79dc29ef784f
Syntax
public enum RegistryRoot
Member
Member nameValueDescription of the
HkeyClassesRoot0Registry root.
HkeyCurrentUser1Registry root.
HkeyLocalMachine2Registry root.
HkeyUsers3Registry root.
HkeyCurrentConfig4Registry root.
See also