Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRegKey

Describes the structure of a registry key entry.

interface

IRegKey

Hierarchy

  • IRegKey

Index

Properties

action

The action this key is taking. Is it importing or deleting?

keyWithoutRoot

keyWithoutRoot: string

The key without the root hive.

root

root: string

The root hive this key belongs to.

values

values: IRegistryValue[]

An array of registry values belong to this key.

Generated using TypeDoc