WindowsRegisterRead(RegistryKey, String, String, String) Method
Get registry item.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static Object Read(
RegistryKey registryKey,
string subkey,
string name,
string defaultValue = null
)
Public Shared Function Read (
registryKey As RegistryKey,
subkey As String,
name As String,
Optional defaultValue As String = Nothing
) As Object
- registryKey RegistryKey
- Registry key.
- subkey String
- Sub key name.
- name String
- Registry name.
- defaultValue String (Optional)
- Default value.
ObjectObject with the registry item.