Launcher Class

Definition

Launches an application specified by the passed uri.

public static class Launcher
Inheritance
System.Object
Launcher

Remarks

Has to be a valid System.Uri

Methods

CanOpenAsync(String)

Queries if device supports opening the uri scheme

CanOpenAsync(Uri)

Queries if device supports opening the uri scheme

OpenAsync(OpenFileRequest)

Requests to open a file in an application based on content type.

OpenAsync(String)

Launches the app specified by the uri scheme

OpenAsync(Uri)

Launches the app specified by the uri scheme

TryOpenAsync(String)

Launches the app specified by the uri scheme and returns if it was supported or not

TryOpenAsync(Uri)

Launches the app specified by the uri scheme and returns if it was supported or not

Applies to