Application::Shutdown Method (Int32)
.NET Framework (current version)
Shuts down an application that returns the specified exit code to the operating system.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- exitCode
-
Type:
System::Int32
An integer exit code for an application. The default exit code is 0.
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
.NET Framework
Available since 3.0
Available since 3.0
Show: