WindowsUtilitiesIsWindows7OrGreater Method |
Indicates if the current OS version matches, or is greater than, the Windows 7 version.
Namespace:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntaxpublic static bool IsWindows7OrGreater()
Return Value
Type:
Booleantrue if the current OS version matches, or is greater than, the Windows 7 version; otherwise, false.
See Also