TestimoX

API Reference

Enum

Hive

Namespace TestimoX.Baselines.Crosswalk
Assembly TestimoX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Registry hives used by crosswalk convenience helpers.

Inheritance

  • Enum
  • Hive

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Values

public const Hive HKLM #

HKEY_LOCAL_MACHINE.

Value: 0
public const Hive HKCU #

HKEY_CURRENT_USER.

Value: 1
public const Hive HKU #

HKEY_USERS.

Value: 2
public const Hive HKCR #

HKEY_CLASSES_ROOT.

Value: 3
public const Hive HKCC #

HKEY_CURRENT_CONFIG.

Value: 4
public const Hive HKUA #

HKEY_USERS for a specified SID (alias used by crosswalk helpers).

Value: 5