<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0-preview.6.20305.6" />
API Differences between 5.0.0-preview.6.20305.6 and 5.0.0
6 Additions
6 Removals
Microsoft.Win32
-
public sealed class RegistryKey : MarshalByRefObject, IDisposable
- public RegistryKey CreateSubKey(string subkey, bool writable)
- public RegistryKey CreateSubKey(string subkey, bool writable, RegistryOptions options)
- public RegistryKey CreateSubKey(string subkey, RegistryKeyPermissionCheck permissionCheck, RegistryOptions registryOptions)
- public RegistryKey CreateSubKey(string subkey, RegistryKeyPermissionCheck permissionCheck, RegistryOptions registryOptions)
- public RegistryKey CreateSubKey(string subkey, bool writable)
- public RegistryKey CreateSubKey(string subkey, bool writable, RegistryOptions options)
- public RegistryKey OpenSubKey(string name, bool writable)
- public RegistryKey OpenSubKey(string name, RegistryRights rights)
- public RegistryKey OpenSubKey(string name, bool writable)
- public RegistryKey OpenSubKey(string name, RegistryRights rights)
System.Security.AccessControl