Table of Contents

Enum WindowsRegistryKeyHive

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the hive in which the registry key resides.

public enum WindowsRegistryKeyHive

Fields

HKEY_LOCAL_MACHINE = 1

The HKEY_LOCAL_MACHINE hive should be used.

HKEY_USERS = 2

The HKEY_USERS hive should be used.

Unknown = 0

The hive is unknown.