Click or drag to resize
LaunchBox

IAdditionalApplicationLaunch Method

Launches the Additional Application.

Namespace: Unbroken.LaunchBox.Plugins.Data
Assembly: 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
)

Parameters

game  IGame
The game that is associated with the Additional Application. Used in order to launch the Additional Application correctly.

Return Value

String
A 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