Move registry interop to shared CoreLib partition (#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)
commit745185fd8c8994984e987bf0aa3829f61722d300
tree389cd77d709e84b3bdc55bf0ff9fa6ca5a704887
parentfc3378095f04946815e627a5ab70b528a898abe6
Move registry interop to shared CoreLib partition (#19886)
14 files changed:
src/System.Private.CoreLib/shared/Interop/Windows/Advapi32/Interop.RegCreateKeyEx.cs [new file with mode: 0644]
src/System.Private.CoreLib/shared/Interop/Windows/Advapi32/Interop.RegDeleteKeyEx.cs [new file with mode: 0644]
src/System.Private.CoreLib/shared/Interop/Windows/Advapi32/Interop.RegDeleteValue.cs [new file with mode: 0644]
src/System.Private.CoreLib/shared/Interop/Windows/Advapi32/Interop.RegEnumKeyEx.cs [new file with mode: 0644]
src/System.Private.CoreLib/shared/Interop/Windows/Advapi32/Interop.RegEnumValue.cs [new file with mode: 0644]
src/System.Private.CoreLib/shared/Interop/Windows/Advapi32/Interop.RegOpenKeyEx.cs [new file with mode: 0644]
src/System.Private.CoreLib/shared/Interop/Windows/Advapi32/Interop.RegQueryInfoKey.cs [new file with mode: 0644]
src/System.Private.CoreLib/shared/Interop/Windows/Advapi32/Interop.RegQueryValueEx.cs [new file with mode: 0644]
src/System.Private.CoreLib/shared/Interop/Windows/Advapi32/Interop.RegSetValueEx.cs [new file with mode: 0644]
src/System.Private.CoreLib/shared/Interop/Windows/Kernel32/Interop.RegistryView.cs [deleted file]
src/System.Private.CoreLib/shared/Microsoft/Win32/RegistryView.cs
src/System.Private.CoreLib/shared/System.Private.CoreLib.Shared.projitems
src/System.Private.CoreLib/src/Microsoft/Win32/RegistryKey.cs
src/System.Private.CoreLib/src/Microsoft/Win32/Win32Native.cs