RegInfoTRegistryKey Property

Gets a RegistryKeyRegistryKeyPermissionCheck, RegistryRights instance of the current RootKey\SubKey.

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 RegistryKey this[
	RegistryKeyPermissionCheck registryKeyPermissionCheck = RegistryKeyPermissionCheck.Default,
	RegistryRights registryOptions = RegistryRights.CreateSubKey
] { get; }

Parameters

registryKeyPermissionCheck  RegistryKeyPermissionCheck  (Optional)
 
registryOptions  RegistryRights  (Optional)
 

Property Value

RegistryKey
A RegistryKeyRegistryKeyPermissionCheck, RegistryRights instance of the current RootKey\SubKey.

See Also