WindowsRegisterRead(String, String, String) Method

Get Registry Item (LocalMachine).

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static Object Read(
	string subkey,
	string name,
	string defaultValue = null
)

Parameters

subkey  String
Sub key name.
name  String
Registry name.
defaultValue  String  (Optional)
Default value.

Return Value

Object
Object with the registry item.

See Also