| IAdditionalApplicationLaunch Method |
Launches the Additional Application.
Namespace: Unbroken.LaunchBox.Plugins.DataAssembly: Unbroken.LaunchBox.Plugins (in Unbroken.LaunchBox.Plugins.dll) Version: 13.5.0.0
XMLNS for XAML: Not mapped to an xmlns.
Syntax string Launch(
IGame game
)
Function Launch (
game As IGame
) As String
String^ Launch(
IGame^ game
)
abstract Launch :
game : IGame -> string
Parameters
- game IGame
- The game that is associated with the Additional Application. Used in order to launch the Additional Application correctly.
Return Value
StringA value specifying whether the Additional Application was successfully launched. If launched successfully, NULL will be returned. Otherwise, an error message will be returned that can be shown to the user.
See Also