OperatingSystem.IsOSPlatform(String) Methode

Definition

Gibt an, ob die aktuelle Anwendung auf der angegebenen Plattform ausgeführt wird.

public:
 static bool IsOSPlatform(System::String ^ platform);
public static bool IsOSPlatform (string platform);
static member IsOSPlatform : string -> bool
Public Shared Function IsOSPlatform (platform As String) As Boolean

Parameter

platform
String

Dies ist der Plattformname, bei dem die Groß-/Kleinschreibung nicht beachtet werden muss. Beispiele: Browser, Linux, FreeBSD, Android, iOS, macOS, tvOS, watchOS, Windows.

Gibt zurück

true, wenn die aktuelle Anwendung auf der angegebenen Plattform ausgeführt wird, andernfalls false.

Gilt für: