IAdditional |
The IAdditionalApplication type exposes the following members.
| Name | Description | |
|---|---|---|
| ApplicationPath | Gets or sets the application path associated with this Additional Application. | |
| AutoRunAfter | Gets or sets a value specifying whether or not to automatically run this Additional Application after running the main game. | |
| AutoRunBefore | Gets or sets a value specifying whether or not to automatically run this Additional Application before running the main game. | |
| CommandLine | Gets or sets the command line parameters used when launching this Additional Application. | |
| Developer | Gets or sets a value specifying the Developer of the Additional Application. | |
| Disc | Gets or sets a value specifying the disc number of the Additional Application. | |
| EmulatorId | Gets or sets a value specifying the ID of the emulator used for the Additional Application. Maps up directly to the emulator's Id property. | |
| GameId | Gets the ID of the game that is associated with this Additional Application. Maps up directly to the game's Id property. | |
| Id | Gets the ID of the Additional Application. This ID is automatically generated when a new Additional Application is created. | |
| Installed | Gets or sets a value specifying the installation state of this Addition Application. | |
| LastPlayed | Gets or sets a value specifying when the Additional Application was last played. | |
| Name | Gets or sets the Name of this Additional Application. | |
| PlayCount | Gets or sets the number of times this Additional Application has been played. | |
| PlayTime | Gets or sets the amount of time this Additional Application has been played (in seconds). | |
| Priority | Gets or sets a value specifying the Priority of this Additional Application. Priority is used for sorting additional applications. | |
| Publisher | Gets or sets a value specifying the Publisher of the Additional Application. | |
| Region | Gets or sets a value specifying the Region of the Additional Application. | |
| ReleaseDate | Gets or sets a value specifying the Release Date of the Additional Application. | |
| SideA | Gets or sets a value specifying whether this Additional Application represents Side A or not. | |
| SideB | Gets or sets a value specifying whether this Additional Application represents Side B or not. | |
| Status | Gets or sets a value specifying the Status of the Additional Application. | |
| UseDosBox | Gets or sets a value specifying whether this Additional Application should use DOSBox or not when launching. | |
| UseEmulator | Gets or sets a value specifying whether this Additional Application should use an emulator or not when launching. | |
| Version | Gets or sets a value specifying the Version of the Additional Application. | |
| WaitForExit | Gets or sets a value specifying whether this Additional Application should wait for exit before launching the game. |