UtilRegistryExistSubKey(RegistryView, String, String) Method

Determines whether a registry subkey exists.

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 bool ExistSubKey(
	RegistryView view,
	string rootKeyName,
	string subKeyPath
)

Parameters

view  RegistryView

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

rootKeyName  String
The rootkey name.
subKeyPath  String
The subkey path.

Return Value

Boolean
if subkey exist, otherwise.

Exceptions

ArgumentNullException rootKeyName or subKeyPath

See Also