1 instantiation of MEMORYSTATUSEX
System.Core (1)
System\IO\MemoryMappedFiles\MemoryMappedView.cs (1)
104UnsafeNativeMethods.MEMORYSTATUSEX memStatus = new UnsafeNativeMethods.MEMORYSTATUSEX();
4 references to MEMORYSTATUSEX
System.Core (4)
Microsoft\Win32\UnsafeNativeMethods.cs (3)
1478internal static bool GlobalMemoryStatusEx(ref MEMORYSTATUSEX lpBuffer) 1480lpBuffer.dwLength = (uint)Marshal.SizeOf(typeof(MEMORYSTATUSEX)); 1487private static extern bool GlobalMemoryStatusExNative([In, Out] ref MEMORYSTATUSEX lpBuffer);
System\IO\MemoryMappedFiles\MemoryMappedView.cs (1)
104UnsafeNativeMethods.MEMORYSTATUSEX memStatus = new UnsafeNativeMethods.MEMORYSTATUSEX();