std.windows.registry

This library provides Win32 Registry facilities.

Members

Classes

Key
class Key

This class represents a registry key.

KeyNameSequence
class KeyNameSequence

An enumerable sequence representing the names of the sub-keys of a registry Key.

KeySequence
class KeySequence

An enumerable sequence representing the sub-keys of a registry Key.

Registry
class Registry

Represents the local system registry.

RegistryException
class RegistryException

Exception class thrown by the std.windows.registry classes.

Value
class Value

This class represents a value of a registry key.

ValueNameSequence
class ValueNameSequence

An enumerable sequence representing the names of the values of a registry Key.

ValueSequence
class ValueSequence

An enumerable sequence representing the values of a registry Key.

Enums

REGSAM
enum REGSAM

Enumeration of the recognised registry access modes.

REG_VALUE_TYPE
enum REG_VALUE_TYPE

Enumeration of the recognised registry value types.

Meta

History

Created 15th March 2003, Updated 25th April 2004,

Authors

Matthew Wilson, Kenji Hara