UtilWindowsIsWin7 Property
Gets a value that determines whether the current operating system is Windows 7.
Namespace: DevCase.Core.Windows.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool IsWin7 { get; }
Public Shared ReadOnly Property IsWin7 As Boolean
Get
Dim value As Boolean
value = UtilWindows.IsWin7
public:
static property bool IsWin7 {
bool get ();
}
static member IsWin7 : bool with get
No code example is currently available or this language may not be supported.
Property Value
Boolean
A value that determines whether the current operating system is
Windows 7.
This is a code example.
No code example is currently available or this language may not be supported.
If IsWin7 Then
Throw New PlatformNotSupportedException("This application cannot run under Windows 7.")
End If
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.