Click or drag to resize
LaunchBox

IGameConfiguringPlugin Interface

Implement this interface in order to handle specific game configuration events in LaunchBox and Big Box. Added in LaunchBox and Big Box 11.0-beta-3.

Namespace: Unbroken.LaunchBox.Plugins
Assembly: Unbroken.LaunchBox.Plugins (in Unbroken.LaunchBox.Plugins.dll) Version: 13.5.0.0
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public interface IGameConfiguringPlugin

The IGameConfiguringPlugin type exposes the following members.

Methods
 NameDescription
Public methodOnAfterGameConfigurationOpens Called immediately after a particular game has opened it's configuration. At this point the application was successfully launched and should be running.
Public methodOnBeforeGameConfigurationOpens Called immediately before a particular game begins running the configuration. At this point the application is not guaranteed to launch successfully if the file does not exist or some other anomaly is encountered.
Public methodOnGameConfigurationExited Called immediately after the game's configuration application exits.
Top
See Also