Move registry interop to shared CoreLib partition (dotnet/coreclr#19886)
authorJan Kotas <jkotas@microsoft.com>
Tue, 11 Sep 2018 05:39:45 +0000 (22:39 -0700)
committerGitHub <noreply@github.com>
Tue, 11 Sep 2018 05:39:45 +0000 (22:39 -0700)
commitad7bb41a4e35ef618fc9ce342d504e3423547eac
tree27998e0af9b7204cf95e7a17eb7f75b9e74e49f4
parent5848876564fe7e064a90a6c6a8aef2872543c070
Move registry interop to shared CoreLib partition (dotnet/coreclr#19886)

Commit migrated from https://github.com/dotnet/coreclr/commit/745185fd8c8994984e987bf0aa3829f61722d300
14 files changed:
src/coreclr/src/System.Private.CoreLib/src/Microsoft/Win32/RegistryKey.cs
src/coreclr/src/System.Private.CoreLib/src/Microsoft/Win32/Win32Native.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/Advapi32/Interop.RegCreateKeyEx.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/Interop/Windows/Advapi32/Interop.RegDeleteKeyEx.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/Interop/Windows/Advapi32/Interop.RegDeleteValue.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/Interop/Windows/Advapi32/Interop.RegEnumKeyEx.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/Interop/Windows/Advapi32/Interop.RegEnumValue.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/Interop/Windows/Advapi32/Interop.RegOpenKeyEx.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/Interop/Windows/Advapi32/Interop.RegQueryInfoKey.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/Interop/Windows/Advapi32/Interop.RegQueryValueEx.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/Interop/Windows/Advapi32/Interop.RegSetValueEx.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/Interop/Windows/Kernel32/Interop.RegistryView.cs [deleted file]
src/libraries/System.Private.CoreLib/src/Microsoft/Win32/RegistryView.cs
src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems