Click or drag to resize
LaunchBox

PluginHelper Class

Used to provide logic, state information, and data to LaunchBox and Big Box plugins.
Inheritance Hierarchy
SystemObject
  Unbroken.LaunchBox.PluginsPluginHelper

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 static class PluginHelper

The PluginHelper type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberBigBoxMainViewModel Gets or sets the Big Box main view model that is used to navigate around in Big Box. Will be null when in LaunchBox. This property is automatically set by Big Box and should not be set by any plugins.
Public propertyStatic memberDataManager Gets or sets the Data Manager object used to access all data in LaunchBox and Big Box. This property is automatically set by LaunchBox and Big Box and should not be set by any plugins.
Public propertyStatic memberLaunchBoxMainViewModel Gets or sets the LaunchBox main view model that is used to navigate around in LaunchBox. Will be null when in Big Box. This property is automatically set by LaunchBox and should not be set by any plugins. Added in LaunchBox and Big Box 9.2-beta-3.
Public propertyStatic memberRetroAchievementsApi Gets or sets the Retro Achievements API. This property is automatically set by LaunchBox and Big Box and should not be set by any plugins.
Public propertyStatic memberStateManager Gets or sets the State Manager object used to access current state information for LaunchBox and Big Box. This property is automatically set by LaunchBox and Big Box and should not be set by any plugins.
Top
See Also