Click or drag to resize

WindowsUtilitiesIsWindows7SP1OrGreater Method

Indicates if the current OS version matches, or is greater than, the Windows 7 with Service Pack 1 (SP1) version.

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

Return Value

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