OperatingSystem.IsBrowser Methode

Definition

Dies gibt an, ob die aktuelle Anwendung als WASM in einem Browser ausgeführt wird.

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

Gibt zurück

Boolean

true, wenn die aktuelle Anwendung als WASM in einem Browser ausgeführt wird, andernfalls false.

Gilt für