ClassicDesktopStyleApplicationLifetimeArgs Property

Gets the arguments passed to the AppBuilder Start method.

Definition

Namespace: Avalonia.Controls.ApplicationLifetimes
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public string[]? Args { get; set; }

Property Value

String

Implements

IClassicDesktopStyleApplicationLifetimeArgs

See Also