CefIsWindows10OrGreater Method |
Version 130.1.90
Indicates if the current OS version matches, or is greater than, the Windows 10 version.
Applications not manifested for Windows 10 return false, even if the current operating system version is Windows 10.
To manifest your applications for Windows 10, see https://learn.microsoft.com/en-us/windows/win32/sysinfo/targeting-your-application-at-windows-8-1.
Namespace: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public static bool IsWindows10OrGreater()
public:
static bool IsWindows10OrGreater()
Return Value
BooleanTrue if the current OS version matches, or is greater than, the Windows 10 version; otherwise, false.
See Also