Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRegistryValue

Interface that defines a registry value object.

interface

IRegistryValue

Hierarchy

  • IRegistryValue

Index

Properties

Optional encoding

encoding?: string

The encoding for the entry's value.

entry

entry: string

The entry name. It is to the left of the '=' sign.

parentKey

parentKey: string

The registry key this entry belongs to.

parentKeyWithoutRoot

parentKeyWithoutRoot: string

Same as parentKey, but with the root hive stripped.

root

The root hive. Ex: HKLM

type

The registry type for value.

value

value: string

The entry value. It is to the right of the = sign.

Generated using TypeDoc