| IPlatformGetAllGames(Boolean, Boolean) Method |
[Missing <summary> documentation for "M:Unbroken.LaunchBox.Plugins.Data.IPlatform.GetAllGames(System.Boolean,System.Boolean)"]
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 IGame[] GetAllGames(
bool includeHidden,
bool includeBroken
)
Function GetAllGames (
includeHidden As Boolean,
includeBroken As Boolean
) As IGame()
array<IGame^>^ GetAllGames(
bool includeHidden,
bool includeBroken
)
abstract GetAllGames :
includeHidden : bool *
includeBroken : bool -> IGame[]
Parameters
- includeHidden Boolean
[Missing <param name="includeHidden"/> documentation for "M:Unbroken.LaunchBox.Plugins.Data.IPlatform.GetAllGames(System.Boolean,System.Boolean)"]
- includeBroken Boolean
[Missing <param name="includeBroken"/> documentation for "M:Unbroken.LaunchBox.Plugins.Data.IPlatform.GetAllGames(System.Boolean,System.Boolean)"]
Return Value
IGame[Missing <returns> documentation for "M:Unbroken.LaunchBox.Plugins.Data.IPlatform.GetAllGames(System.Boolean,System.Boolean)"]
See Also