OperatingSystem.IsLinux Methode

Definition

Gibt an, ob die aktuelle Anwendung unter Linux ausgeführt wird.

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

Gibt zurück

true, wenn die aktuelle Anwendung unter Linux ausgeführt wird, andernfalls false.

Gilt für: