Click or drag to resize
LaunchBox

IRetroAchievementsApiGetConsoles Method

Gets an enumeration of all consoles that are available from retroachievements.org.

Namespace: Unbroken.LaunchBox.Plugins.RetroAchievements
Assembly: Unbroken.LaunchBox.Plugins (in Unbroken.LaunchBox.Plugins.dll) Version: 13.5.0.0
XMLNS for XAML: Not mapped to an xmlns.
Syntax
IEnumerable<Console> GetConsoles()

Return Value

IEnumerableConsole
An enumeration of Console objects that represent the consoles available. May be null if credentials have not been configured.
See Also