Skip to main content
.NET Framework Class Library
Application..::.Exit Method





Informs all message pumps that they must terminate, and then closes all application windows after the messages have been processed.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List
 NameDescription
Public methodStatic memberExit()()()Informs all message pumps that they must terminate, and then closes all application windows after the messages have been processed.
Public methodStatic memberExit(CancelEventArgs)Informs all message pumps that they must terminate, and then closes all application windows after the messages have been processed.
Top