ILauncher Interface
Starts the default app associated with the specified file or URI.
Definition
Namespace: Avalonia.Platform.Storage
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public interface ILauncher
Public Interface ILauncher
type ILauncher = interface end
Methods
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. |
Extension Methods
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) |