Click or drag to resize

WindowsUtilitiesIsWindowsVistaSP2OrGreater Method

Indicates if the current OS version matches, or is greater than, the Windows Vista with Service Pack 2 (SP2) version.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static bool IsWindowsVistaSP2OrGreater()

Return Value

Type: Boolean
true if the current OS version matches, or is greater than, the Windows Vista with Service Pack 2 (SP2) version; otherwise, false.
See Also