My.Application.Info Object Members
The My.Application.Info Object provides properties for getting information about the application such as the version number, description, loaded assemblies, and so on.
Properties
Property |
Description |
---|---|
Gets the name, without the extension, of the assembly file for the application. |
|
Gets the company name associated with the application. |
|
Gets the copyright notice associated with the application. |
|
Gets the description associated with the application. |
|
Gets the directory where the application is stored. |
|
Gets a collection of all assemblies loaded by the application. |
|
Gets the product name associated with the application. |
|
Gets the current stack trace information. |
|
Gets the title associated with the application. |
|
Gets the trademark notice associated with the application. |
|
Gets the version number of the application. |
|
Gets the amount of physical memory mapped to the process context. |