3 references to GetWindowsProductType
System.Windows.Forms.Primitives.TestUtilities (3)
PlatformDetection.Windows.cs (3)
57
public static bool IsWindowsIoTCore =>
GetWindowsProductType
() is PRODUCT_IOTUAPCOMMERCIAL or PRODUCT_IOTUAP;
59
public static bool IsWindowsHomeEdition =>
GetWindowsProductType
() switch
80
public static string GetDistroVersionString() => $"WindowsProductType={
GetWindowsProductType
()} WindowsInstallationType={GetInstallationType()}";