WindowsRegister Class
Class for Methods to interact with the Windows registry.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public class WindowsRegister
Public Class WindowsRegister
- Inheritance
- Object WindowsRegister
| CreateSubKey(String) |
Create a subspace in the registry.
|
| CreateSubKey(RegistryKey, String) |
Create a subspace in the registry.
|
| ExistsSubKey(String) |
Indicates whether a registry subkey exists.
|
| ExistsSubKey(RegistryKey, String) |
Indicates whether a registry subkey exists.
|
| GetLastestReleaseFramework | Get the latest release of the framework starting from version 4 |
| GetLastestVersionFramework | Get the latest version of the framework starting from version 4 |
| GetTypeProductOS | Gets the type of Operating System |
| Read(String, String, String) |
Get Registry Item (LocalMachine).
|
| Read(RegistryKey, String, String, String) |
Get registry item.
|
| ReadAliquoValue(String) | Get a Aliquo value from the registry. |
| ReadAliquoValue(String, String) | Get a Aliquo value from the registry, with a default value. |
| ReadAliquoValue(RegistryKey, String, String) | Get a Aliquo value from the registry, with a default value. |
| ReadString |
Get a string value from the registry.
|
| RegistryKey |
Get the registry key depending on the OS version.
|
| RegistryKeyAliquo | Get information from the Windows registry depending on the OS since in 64 bits the situation changes. |
| Save(String, String, Object) |
Set a value to registry.
|
| Save(RegistryKey, String, String, Object) |
Set a value to registry.
|
| SaveAliquoValue(String, String) | Set a text in the specific Aliquo record. |
| SaveAliquoValue(RegistryKey, String, String) | Set a text in the specific Aliquo record. |