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