OperatingSystem.IsWindows Methode

Definitie

Geeft aan of de huidige toepassing wordt uitgevoerd op Windows.

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

Retouren

true als de huidige toepassing wordt uitgevoerd op Windows; false anders.

Van toepassing op