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