See: Description
Class | Description |
---|---|
RegBinaryValue |
This class represents a named value of type REG_BINARY, REG_NONE, REG_LINK,
REG_RESOURCE_LIST, REG_FULL_RESOURCE_DESCRIPTOR, or REG_RESOURCE_REQUIREMENTS_LIST.
|
RegDWORDValue |
This class represents a named value of type REG_DWORD,
REG_DWORD_LITTLE_ENDIAN, or REG_DWORD_BIG_ENDIAN.
|
RegistryExporter |
A utility class which provides the ability to save
registry information to either a *.reg or a *.txt
file.
|
RegistryKey |
This is an abstract representation of a key in the Windows Registry.
|
RegistryQuota |
A class which contains the size limits of the system registry.
|
RegistryValue |
This class represents a named value that is found in the registry.
|
RegistryWatcher |
This class provides the functionality to watch
for registry key changes.
|
RegMultiStringValue |
This class represents a named value of type REG_MULTI_SZ.
|
RegQWORDValue |
This class represents a named value of type REG_QWORD or REG_QWORD_LITTLE_ENDIAN.
|
RegStringValue |
This class represents a named value of type REG_SZ or REG_EXPAND_SZ.
|
SystemTime |
A class which represents the last write time for a registry key.
|
Enum | Description |
---|---|
RegistryExporter.Format |
Specifies the type of format to use when
saving registry information.
|
ValueType |
An enumeration representing all of the different value types
available in the Windows Registry.
|
Exception | Description |
---|---|
RegistryException |
This exception class is designed to notify
the user for when an error has occurred while
reading or writing registry values.
|
RegistryKey
is the main class used to read the Windows Registry. It provides access
to all of the registry keys on the system as well as the keys on remote computers.
RegistryValue
provides an insight into a key's values. Each RegistryValue
object provides information on one value such as the data associated with it as well as how much space
in bytes the value takes.
Copyright © 2011, Yinon Michaeli. All rights reserved.