Application.Shutdown Method (Int32)
.NET Framework 4.6 and 4.5
Shuts down an application that returns the specified exit code to the operating system.
Namespace: System.Windows
Assembly: PresentationFramework (in PresentationFramework.dll)
You can handle the Exit event to set an exit code. However, if you explicitly call Shutdown, and you handle Exit only to set an exit code, you can call Shutdown instead.
This method can be called only from the thread that created the Application object.
- UIPermission
for permission to use all windows and user input events without restriction. Associated enumeration: UIPermissionWindow.AllWindows
Show: