ApplicationExitCode Property
Gets or sets the exit code that an application returns to the operating system when the application exits.
Definition
Namespace: Avalonia.Controls.ApplicationLifetimes
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public int ApplicationExitCode { get; set; }
Public Property ApplicationExitCode As Integer
Get
Set
member ApplicationExitCode : int with get, set
Property Value
Int32See Also
Reference
ControlledApplicationLifetimeExitEventArgs Class
Avalonia.Controls.ApplicationLifetimes Namespace