Application.Exit Method
.NET Framework 3.0
Informs all message pumps that they must terminate, and then closes all application windows after the messages have been processed.
| Name | Description |
|---|---|
| Application.Exit () | Informs all message pumps that they must terminate, and then closes all application windows after the messages have been processed. Supported by the .NET Compact Framework. |
| Application.Exit (CancelEventArgs) | Informs all message pumps that they must terminate, and then closes all application windows after the messages have been processed. |