LauncherExtensions Class

Definition

Namespace: Avalonia.Platform.Storage
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static class LauncherExtensions
Inheritance
Object    LauncherExtensions

Methods

LaunchDirectoryInfoAsync(ILauncher, DirectoryInfo) Starts the default app associated with the specified storage directory (folder).
LaunchFileInfoAsync(ILauncher, FileInfo) Starts the default app associated with the specified storage file.

See Also