UtilWindowsIsWinXP Property
Gets a value that determines whether the current operating system is Windows XP.
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 IsWinXP { get; }
Public Shared ReadOnly Property IsWinXP As Boolean
Get
Dim value As Boolean
value = UtilWindows.IsWinXP
public:
static property bool IsWinXP {
bool get ();
}
static member IsWinXP : 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 XP.
This is a code example.
No code example is currently available or this language may not be supported.
If IsWinXP Then
Throw New PlatformNotSupportedException("This application cannot run under Windows XP.")
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.