Provides properties which extend the Application class.
| C# | Visual Basic |
public static class ApplicationHelper
Public NotInheritable Class ApplicationHelper
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| AddMessageFilter(IMessageFilter) |
Adds a message filter to monitor Windows messages as they are routed to their destinations.
| |
| CommonAppDataPath |
Gets the path for the application data that is shared among all users.
| |
| CommonAppDataRegistry |
Gets the registry key for the application data that is shared among all users.
| |
| CompanyName |
Gets the company name associated with the application.
| |
| ExecutablePath |
Gets the path for the executable file that started the application, including the executable name.
| |
| FilterMessage(Message%) |
Runs any filters against a window message, and returns a copy of the modified message.
| |
| IsSingleInstance |
Allows you to enforce a single instance application on platforms other than Windows Mobile.
| |
| ProductName |
Gets the product name associated with this application.
| |
| ProductVersion |
Gets the product version associated with this application.
| |
| RemoveMessageFilter(IMessageFilter) |
Removes a message filter from the message pump of the application.
| |
| StartupPath |
Gets the path for the executable file that started the application, not including the executable name.
| |
| UserAppDataRegistry |
Gets the registry key for the application data of a user.
|
| Object | |
| ApplicationHelper | |