OperatingSystem.IsLinux Method

Definition

Indicates whether the current application is running on Linux.

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

Returns

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

Applies to