WindowsUtilitiesIsWindows10OrGreater Method |
Indicates if the current OS version matches, or is greater than, the Windows 10 version.
On Windows 10 this function can return false if the application has no manifest. Check this for more information: https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-verifyversioninfoa
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static bool IsWindows10OrGreater()
Return Value
Type:
Booleantrue if the current OS version matches, or is greater than, the Windows 10 version; otherwise, false.
See Also