OperatingSystem.IsWindows Method

Definition

Indicates whether the current application is running on Windows.

public:
 static bool IsWindows();
public static bool IsWindows ();
static member IsWindows : unit -> bool
Public Shared Function IsWindows () As Boolean

Returns

true if the current application is running on Windows; false otherwise.

Applies to