OperatingSystem.IsIOS Método
Definição
Indica se o aplicativo atual está em execução no iOS.Indicates whether the current application is running on iOS.
public:
static bool IsIOS();
public static bool IsIOS ();
static member IsIOS : unit -> bool
Public Shared Function IsIOS () As Boolean
Retornos
true se o aplicativo atual estiver em execução no iOS; caso contrário, false.true if the current application is running on iOS; false otherwise.