Click or drag to resize
IApplicationInformation Interface
The interface for objects that can expose information about the application.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IApplicationInformation

The IApplicationInformation type exposes the following members.

Properties
  NameDescription
Public propertyApplicationName
Gets the content of the AssemblyTitle attribute for the application.
Public propertyBuildDate
Gets the build date of the application.
Public propertyCopyright
Gets the copyright attribution text for the application.
Public propertyCultureInfo
Gets the culture info that was forced by a command switch on startup or null if the default culture info is to be used.
Public propertyDescription
Gets a description of the application.
Public propertyFullVersion
Gets the full version number (e.g. 1.2.3.4).
Public propertyHeadless
Gets a value indicating that the program is running without a GUI.
Public propertyProductName
Gets the content of the AssemblyProduct attribute for the application.
Public propertyShortVersion
Gets the short version number (e.g. for 1.2.3.4 it returns '1.2.3').
Public propertyVersion
Gets full version information about the application.
Top
See Also