OperatingSystem.IsAndroid Methode

Definitie

Geeft aan of de huidige toepassing wordt uitgevoerd op Android.

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

Retouren

true als de huidige toepassing wordt uitgevoerd op Android; false Anders.

Van toepassing op