| IGameGetAllImagesWithDetails(String) Method |
Gets details on all images of a particular image type that are associated with this Game in the user's collection, including image path, image type, and region information.
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 ImageDetails[] GetAllImagesWithDetails(
string imageType
)
Function GetAllImagesWithDetails (
imageType As String
) As ImageDetails()
array<ImageDetails^>^ GetAllImagesWithDetails(
String^ imageType
)
abstract GetAllImagesWithDetails :
imageType : string -> ImageDetails[]
Parameters
- imageType String
- The type of images to retrieve. Maps up to one of the constant values in the ImageTypes class.
Return Value
ImageDetailsAn array of
ImageDetails objects that represent all of the game's images of the specified type.
See Also