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

AssemblyName

Gets the name, without the extension, of the assembly file for the application.

CompanyName

Gets the company name associated with the application.

Copyright

Gets the copyright notice associated with the application.

Description

Gets the description associated with the application.

DirectoryPath

Gets the directory where the application is stored.

LoadedAssemblies

Gets a collection of all assemblies loaded by the application.

ProductName

Gets the product name associated with the application.

StackTrace

Gets the current stack trace information.

Title

Gets the title associated with the application.

Trademark

Gets the trademark notice associated with the application.

Version

Gets the version number of the application.

WorkingSet

Gets the amount of physical memory mapped to the process context.

See Also

Reference

My.Application.Info Object