UtilRegistryGetValueData(RegistryView, String, String, String, 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(
	RegistryView view,
	string rootKeyName,
	string subKeyPath,
	string valueName,
	RegistryValueOptions registryValueOptions = RegistryValueOptions.None
)

Parameters

view  RegistryView

[Missing <param name="view"/> documentation for "M:DevCase.Core.Windows.Registry.UtilRegistry.GetValueData(Microsoft.Win32.RegistryView,System.String,System.String,System.String,Microsoft.Win32.RegistryValueOptions)"]

rootKeyName  String
The rootkey name.
subKeyPath  String
The subkey path.
valueName  String
The value name.
registryValueOptions  RegistryValueOptions  (Optional)
The registry value options.

Return Value

Object
The value data.

Exceptions

ArgumentNullException rootKeyName or subKeyPath or valueName

See Also