Click or drag to resize

WindowsUtilitiesIsWindows8Point1OrGreater Method

Indicates if the current OS version matches, or is greater than, the Windows 8.1 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:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static bool IsWindows8Point1OrGreater()

Return Value

Type: Boolean
true if the current OS version matches, or is greater than, the Windows 8.1 version; otherwise, false.
See Also