WindowsRegister Class

Class for Methods to interact with the Windows registry.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public class WindowsRegister
Inheritance
Object    WindowsRegister

Constructors

WindowsRegisterInitializes a new instance of the WindowsRegister class

Methods

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.
GetLastestReleaseFrameworkGet the latest release of the framework starting from version 4
GetLastestVersionFrameworkGet the latest version of the framework starting from version 4
GetTypeProductOSGets 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.
RegistryKeyAliquoGet 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.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also