Click or drag to resize

CefAssertIsWindows10OrGreater Method

Version 130.1.90
If the current OS version matches, or is greater than, the Windows 10 version then this method does nothing. Applications not manifested for Windows 10 will throw an ApplicationException, 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: CefSharp
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public static void AssertIsWindows10OrGreater()
Exceptions
ExceptionCondition
ApplicationException
See Also