<PackageReference Include="Microsoft.Win32.Registry" Version="4.7.0-preview1.19504.10" />
API Differences between 4.7.0-preview1.19504.10 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