WindowsUtilitiesIsWindowsVistaSP2OrGreater Method |
Indicates if the current OS version matches, or is greater than, the Windows Vista with Service Pack 2 (SP2) version.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static bool IsWindowsVistaSP2OrGreater()
Return Value
Type:
Booleantrue if the current OS version matches, or is greater than, the Windows Vista with Service Pack 2 (SP2) version; otherwise, false.
See Also