dotnet-api-diff

Microsoft.Win32

 namespace Microsoft.Win32 {
     public sealed class RegistryKey : MarshalByRefObject, IDisposable {
         public object? GetValue(string? name, object? defaultValue);
         public object? GetValue(string? name, object? defaultValue, RegistryValueOptions options);
     }
 }