public interface ILauncherPublic Interface ILaunchertype ILauncher = interface end| LaunchFileAsync(IStorageItem) | Starts the default app associated with the specified storage file or folder. |
| LaunchUriAsync(Uri) | Starts the default app associated with the URI scheme name for the specified URI. |
| LaunchDirectoryInfoAsync(DirectoryInfo) |
Starts the default app associated with the specified storage directory (folder).
(Defined by LauncherExtensions) |
| LaunchFileInfoAsync(FileInfo) |
Starts the default app associated with the specified storage file.
(Defined by LauncherExtensions) |