ApplicationContext::ExitThreadCore Method ()
.NET Framework (current version)
Terminates the message loop of the thread.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
This method is called from ExitThread.
Note |
|---|
ExitThread and ExitThreadCore do not actually cause the thread to terminate. These methods raise the ThreadExit event to which the Application object listens. The Application object then terminates the thread. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
