System.Windows.Forms.ApplicationContext: Method Members

The methods of System.Windows.Forms.ApplicationContext are listed below. For a list of all members, see the ApplicationContext Members list.

See Also: Inherited members from System.Object

Public Methods

Dispose()

Releases all resources used by the System.Windows.Forms.ApplicationContext.

ExitThread()

Terminates the message loop of the thread.

Finalize()

Attempts to free resources and perform other cleanup operations before the application context is reclaimed by garbage collection.

Protected Methods

Dispose(bool)

Releases the unmanaged resources used by the System.Windows.Forms.ApplicationContext and optionally releases the managed resources.

ExitThreadCore()

Terminates the message loop of the thread.

OnMainFormClosed(object, EventArgs)

Calls ApplicationContext.ExitThreadCore, which raises the ApplicationContext.ThreadExit event.