|
Class Summary |
| HexNumberFormat |
The HexNumberFormat class implements the code necessary
to format and parse Hexidecimal integer numbers. |
| RegBinaryValue |
The RegBinaryValue class represents a binary value in the
registry (REG_BINARY). |
| RegDWordValue |
The RegDWordValue class represents a double word, or
integer, value in the registry (REG_DWORD). |
| Registry |
The Registry class provides is used to load the native
library DLL, as well as a placeholder for the top level
keys, error codes, and utility methods. |
| RegistryKey |
The RegistryKey class represents a key in the registry. |
| RegistryValue |
The RegistryValue class represents a value in the registry. |
| RegMultiStringValue |
The RegMultiStringValue class represents a multiple
string, or string array, value in the registry
(REG_MULTI_SZ). |
| RegStringValue |
The RegStringValue class represents a string value in the
registry (REG_SZ, and REG_EXPAND_SZ). |