Platform.IsWindows Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if the current platform is Windows.
public:
static property bool IsWindows { bool get(); };
public:
static property bool IsWindows { bool get(); };
public static bool IsWindows { get; }
static member IsWindows : bool
Public Shared ReadOnly Property IsWindows As Boolean