Application.Run Method
.NET Framework 4.5
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.
| Name | Description | |
|---|---|---|
|
Run() | Begins running a standard application message loop on the current thread, without a form. |
|
Run(ApplicationContext) | Begins running a standard application message loop on the current thread, with an ApplicationContext. |
|
Run(Form) | Begins running a standard application message loop on the current thread, and makes the specified form visible. |