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





Begins running a standard application message loop on the current thread.

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 memberRun()()()Begins running a standard application message loop on the current thread, without a form.
Public methodStatic memberRun(ApplicationContext)Begins running a standard application message loop on the current thread, with an ApplicationContext.
Public methodStatic memberRun(Form)Begins running a standard application message loop on the current thread, and makes the specified form visible.
Top