Application Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| AddMessageFilter | Adds a message filter to monitor Windows messages as they are routed to their destinations. |
| DoEvents | Processes all Windows messages currently in the message queue. |
| EnableVisualStyles | Enables visual styles for the application. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| Exit | Overloaded. Informs all message pumps that they must terminate, and then closes all application windows after the messages have been processed. |
| ExitThread | Exits the message loop on the current thread and closes all windows on the thread. |
| FilterMessage | Runs any filters against a window message, and returns a copy of the modified message. |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| OleRequired | Initializes OLE on the current thread. |
| OnThreadException | Raises the ThreadException event. |
| RaiseIdle | Raises the Idle event in hosted scenarios. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| RegisterMessageLoop | Registers a callback for checking whether the message loop is running in hosted environments. |
| RemoveMessageFilter | Removes a message filter from the message pump of the application. |
| Restart | Shuts down the application and starts a new instance immediately. |
| Run | Overloaded. Begins running a standard application message loop on the current thread. |
| SetCompatibleTextRenderingDefault | Sets the application-wide default for the UseCompatibleTextRendering property defined on certain controls. |
| SetSuspendState | Suspends or hibernates the system, or requests that the system be suspended or hibernated. |
| SetUnhandledExceptionMode | Overloaded. Instructs the application how to respond to unhandled exceptions. |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| UnregisterMessageLoop | Unregisters the message loop callback made with RegisterMessageLoop. |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |