<PackageReference Include="Microsoft.Win32.Registry" Version="4.6.0-rc1.19456.4" />
API Differences between 4.6.0-rc1.19456.4 and 5.0.0-rc.1.20451.14
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