Args Property
Gets the arguments passed to the AppBuilder Start method.
Definition
Namespace: Avalonia.Controls.ApplicationLifetimes
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public string[]? Args { get; set; }
Public Property Args As String()
Get
Set
abstract Args : string[] with get, set
override Args : string[] with get, set
Property Value
String[]
Implements
IClassicDesktopStyleApplicationLifetime.ArgsSee Also
Reference
ClassicDesktopStyleApplicationLifetime Class
Avalonia.Controls.ApplicationLifetimes Namespace