IApplicationInformation Interface |
Namespace: VirtualRadar.Interface
The IApplicationInformation type exposes the following members.
Name | Description | |
---|---|---|
ApplicationName |
Gets the content of the AssemblyTitle attribute for the application.
| |
BuildDate |
Gets the build date of the application.
| |
Copyright |
Gets the copyright attribution text for the application.
| |
CultureInfo |
Gets the culture info that was forced by a command switch on startup or null if the default culture info is to be used.
| |
Description |
Gets a description of the application.
| |
FullVersion |
Gets the full version number (e.g. 1.2.3.4).
| |
Headless |
Gets a value indicating that the program is running without a GUI.
| |
ProductName |
Gets the content of the AssemblyProduct attribute for the application.
| |
ShortVersion |
Gets the short version number (e.g. for 1.2.3.4 it returns '1.2.3').
| |
Version |
Gets full version information about the application.
|