6 references to SYSTEM_INFO
Microsoft.Extensions.Diagnostics.ResourceMonitoring (5)
Windows\Interop\ISystemInfo.cs (1)
15
SYSTEM_INFO
GetSystemInfo();
Windows\Interop\SystemInfo.cs (3)
17
public
SYSTEM_INFO
GetSystemInfo()
19
SYSTEM_INFO
info = default;
32
public static extern void GetSystemInfo(ref
SYSTEM_INFO
s);
Windows\WindowsContainerSnapshotProvider.cs (1)
158
var
systemInfoValue = systemInfo.GetSystemInfo();
Microsoft.Extensions.Diagnostics.ResourceMonitoring.Tests (1)
Windows\SystemInfoTests.cs (1)
24
var
sysInfo = new SystemInfo().GetSystemInfo();