Launcher Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Launches an application specified by the passed uri.
public static class Launcher
- Inheritance
-
System.ObjectLauncher
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 |