UtilRegistryGetValueData(RegInfo, Object, RegistryValueOptions) Method

Gets the data of a registry value.

Definition

Namespace: DevCase.Core.Windows.Registry
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static Object GetValueData(
	RegInfo regInfo,
	Object defaultIfEmpty,
	RegistryValueOptions registryValueOptions = RegistryValueOptions.None
)

Parameters

regInfo  RegInfo
A RegInfoT instance containing the registry info.
defaultIfEmpty  Object
A default value to return if the data is empty.
registryValueOptions  RegistryValueOptions  (Optional)
The registry value options.

Return Value

Object
The value data.

See Also