Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRegistryExport

Interface for a registry file object.

interface

IRegistryExport

Hierarchy

  • IRegistryExport

Index

Properties

content

content: string

The raw data from the .reg file in string format.

encoding

A registry file can either be in ANSI or Unicode format.

Legacy .reg files beginning with REGEDIT4 are in ANSI. Later formats are in Unicode UTF8.

regValues

regValues: IRegKey[]

An array of registry keys and their values.

Generated using TypeDoc