ControlledApplicationLifetimeExitEventArgsApplicationExitCode 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) Version: 11.3.999
public int ApplicationExitCode { get; set; }

Property Value

Int32

See Also