OperatingSystem.IsLinux Methode

Definitie

Geeft aan of de huidige toepassing wordt uitgevoerd in Linux.

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

Retouren

true als de huidige toepassing wordt uitgevoerd in Linux; false Anders.

Van toepassing op