ShellBrowserBaseIsWindows7OrLater Property |
Returns true if the system runs the Windows 7 operating system or later.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public static bool IsWindows7OrLater { get; }
Public Shared ReadOnly Property IsWindows7OrLater As Boolean
Get
public:
static property bool IsWindows7OrLater {
bool get ();
}
static member IsWindows7OrLater : bool with get
Property Value
Type:
BooleanSee Also