System.Windows.Forms.Application Class

Provides static methods and properties to manage an application, such as methods to start and stop an application, to process Windows messages, and properties to get information about an application. This class cannot be inherited.

See Also: Application Members

Syntax

public sealed class Application

Remarks

The System.Windows.Forms.Application class has methods to start and stop applications and threads, and to process Windows messages, as follows:

This class has Application.CurrentCulture and Application.CurrentInputLanguage properties to get or set culture information for the current thread.

You cannot create an instance of this class.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0