Unify remaining CoreLib interop files (#2203)
authorJan Kotas <jkotas@microsoft.com>
Mon, 27 Jan 2020 02:24:51 +0000 (18:24 -0800)
committerGitHub <noreply@github.com>
Mon, 27 Jan 2020 02:24:51 +0000 (18:24 -0800)
commit059b57ae1074b1e06e6afad17cd4d1c22eefb731
tree273caacf4f9d6765e348fc0297956a615be20c18
parente793fcc19797f407a1b7e98d5f81b04e25a551c3
Unify remaining CoreLib interop files (#2203)

Fixes #1232
47 files changed:
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ProcessOptions.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.CreateFile.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.CreateFile2.cs [deleted file]
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.CreateFile_IntPtr.cs [moved from src/libraries/System.Private.CoreLib/src/Interop/Windows/Kernel32/Interop.CreateFile.cs with 57% similarity]
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.FILE_BASIC_INFO.cs [new file with mode: 0644]
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.FILE_INFO_BY_HANDLE_CLASS.cs [deleted file]
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.FILE_STANDARD_INFO.cs [moved from src/libraries/System.Private.CoreLib/src/Interop/Windows/Kernel32/Interop.GetFileInformationByHandleEx.cs with 62% similarity]
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetFileInformationByHandleEx.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetProcessTimes_IntPtr.cs [moved from src/libraries/System.Private.CoreLib/src/Interop/Windows/Kernel32/Interop.GetProcessTimes.cs with 100% similarity]
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GlobalMemoryStatusEx.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.MEMORYSTATUSEX.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.MEMORY_BASIC_INFO.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.MemOptions.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.SetFileInformationByHandle.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.VirtualAlloc.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.VirtualAlloc_Ptr.cs [moved from src/libraries/System.Private.CoreLib/src/Interop/Windows/Kernel32/Interop.VirtualAlloc.cs with 62% similarity]
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.VirtualFree.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.VirtualQuery.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.VirtualQuery_Ptr.cs [moved from src/libraries/System.Private.CoreLib/src/Interop/Windows/Kernel32/Interop.VirtualQuery.cs with 85% similarity]
src/libraries/Common/src/Interop/Windows/NtDll/Interop.NtQueryInformationFile.cs
src/libraries/Common/src/Interop/Windows/NtDll/Interop.NtQueryInformationProcess.cs
src/libraries/Common/src/Interop/Windows/NtDll/Interop.NtQuerySystemInformation.cs
src/libraries/Common/src/Interop/Windows/NtDll/Interop.PROCESS_BASIC_INFORMATION.cs [new file with mode: 0644]
src/libraries/Common/src/Interop/Windows/NtDll/Interop.SYSTEM_LEAP_SECOND_INFORMATION.cs [moved from src/libraries/System.Private.CoreLib/src/Interop/Windows/NtDll/Interop.NtQuerySystemInformation.cs with 69% similarity]
src/libraries/Common/src/Interop/Windows/NtDll/Interop.SYSTEM_PROCESS_INFORMATION.cs [new file with mode: 0644]
src/libraries/Microsoft.IO.Redist/src/Microsoft.IO.Redist.csproj
src/libraries/System.Diagnostics.Process/src/System.Diagnostics.Process.csproj
src/libraries/System.Diagnostics.Process/src/System/Diagnostics/Process.Win32.cs
src/libraries/System.Diagnostics.Process/src/System/Diagnostics/ProcessManager.Win32.cs
src/libraries/System.IO.FileSystem.AccessControl/src/System.IO.FileSystem.AccessControl.csproj
src/libraries/System.IO.FileSystem.AccessControl/src/System/IO/FileSystemAclExtensions.cs
src/libraries/System.IO.FileSystem/src/System.IO.FileSystem.csproj
src/libraries/System.IO.FileSystem/src/System/IO/FileSystem.Windows.cs
src/libraries/System.IO.MemoryMappedFiles/src/System.IO.MemoryMappedFiles.csproj
src/libraries/System.IO.MemoryMappedFiles/src/System/IO/MemoryMappedFiles/Interop.Windows.cs
src/libraries/System.IO.Ports/src/System/IO/Ports/SerialStream.Win32.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/Kernel32/Interop.FILE_INFO_BY_HANDLE_CLASS.cs [deleted file]
src/libraries/System.Private.CoreLib/src/Interop/Windows/Kernel32/Interop.GlobalMemoryStatusEx.cs [deleted file]
src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
src/libraries/System.Private.CoreLib/src/System/DateTime.Win32.cs
src/libraries/System.Private.CoreLib/src/System/IO/FileStream.Win32.cs
src/libraries/System.Private.CoreLib/src/System/IO/FileStream.Windows.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/MemoryFailPoint.Windows.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/MemoryFailPoint.cs
src/libraries/System.Runtime.Caching/src/System.Runtime.Caching.csproj
src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryMonitor.Windows.cs
src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/PhysicalMemoryMonitor.Windows.cs