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