nsIXULAppInfo
| IID: | a61ede2a-ef09-11d9-a5ce-001124787b2e |
| Inherits From: | nsISupports |
| Status: | FROZEN - This interface is frozen for use by embedders and will not change in the future. |
A scriptable interface to the nsXULAppAPI structure. See nsXULAppAPI.h for a detailed description of each attribute.
This interface is implemented by the following components:
Properties
readonly ACString appBuildID
The build ID/date of the application. For xulrunner applications, this will be different than the build ID of the platform. Be careful about which one you want.
readonly ACString ID
readonly ACString name
readonly ACString platformBuildID
The build ID/date of gecko and the XULRunner platform.
readonly ACString platformVersion
The version of the XULRunner platform.
readonly ACString vendor
readonly ACString version
The version of the XUL application. It is different than the version of the XULRunner platform. Be careful about which one you want.
Reference documentation is generated from Mozilla's source.
