|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
+ | DeleteRegistryKey (character, character) |
Deletes a single key (and all child keys) from the windows registry |
|
+ | DeleteRegistryValue (character, character, character) |
Deletes a single value from the windows registry |
|
+ | Microsoft.Win32.RegistryKey FindRegistry (character) |
Locates a root registry key |
|
+ | Microsoft.Win32.RegistryKey FindRegistryKey (character, character) |
Locates a RegistryKey |
|
+ | Microsoft.Win32.RegistryKey FindRegistryKeyReadOnly (character, character) |
Locates a RegistryKey for read only access |
|
+ | LONGCHAR GetRegistryValue (character, character, character) |
Returns a windows registry value |
|
+ | SetRegistryValue (character, character, character, longchar) |
Sets a value in the windows registry |
Options | Name | Purpose | |
---|---|---|---|
- | Registry () |
Constructor for the Registry class |
Top
PUBLIC DeleteRegistryKey (character, character)
|
||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC DeleteRegistryValue (character, character, character)
|
||||||||||||||||||||||||||||||
PUBLIC Microsoft.Win32.RegistryKey FindRegistry (character)
|
||||||||||||||||||||||||||||||
PUBLIC Microsoft.Win32.RegistryKey FindRegistryKey (character, character)
|
||||||||||||||||||||||||||||||
PUBLIC Microsoft.Win32.RegistryKey FindRegistryKeyReadOnly (character, character)
|
||||||||||||||||||||||||||||||
PUBLIC LONGCHAR GetRegistryValue (character, character, character)
|
||||||||||||||||||||||||||||||
PUBLIC SetRegistryValue (character, character, character, longchar)
|
PRIVATE Registry ()
|
---|