Provides properties which extend the Application class.
| C# | Visual Basic |
public static class ApplicationHelper
Public NotInheritable Class ApplicationHelper
| All Members | Properties | ||||
| Icon | Member | Description |
|---|---|---|
| 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.
| |
| ProductName |
Gets the product name associated with this application.
| |
| ProductVersion |
Gets the product version associated with this 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 | |