OperatingSystem.IsAndroid Methode

Definition

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

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

Gibt zurück

true wenn die aktuelle Anwendung unter Android ausgeführt wird; false Andernfalls.

Gilt für: