Wrapper class which provides information about the host application (see nsIXULAppInfo).
Attributes
| Attribute | Type | Description | 
|---|---|---|
| appInfo |  | Internal function to retrieve the application info service. Only use it if you need more detailed information. | 
| buildID | string | Returns the build id of the application. | 
| ID | string | Returns the application id. | 
| name | string | Returns the application name. | 
| os | string | Returns the operating system. | 
| vendor | string | Returns the product vendor. | 
| version | string | Returns the application version. | 
| platformBuildID | string | Returns the build id/date of the Gecko platform. | 
| platformVersion | string | Returns the version of the Gecko platform. | 
| locale | string | Returns the currently selected application locale. | 
| userAgent | string | Returns the user agent string. |