Platform.IsWindowsDesktop 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 underlying system is Windows Desktop.
public:
static property bool IsWindowsDesktop { bool get(); };
public:
static property bool IsWindowsDesktop { bool get(); };
public static bool IsWindowsDesktop { get; }
static member IsWindowsDesktop : bool
Public Shared ReadOnly Property IsWindowsDesktop As Boolean