| VideoTypesGetList Method |
This method gets a list of all the various game video types that are used in LaunchBox/Big Box.
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 public static List GetList()
Public Shared Function GetList As List
public:
static List^ GetList()
static member GetList : unit -> List
Return Value
ListTA list of strings representing all possible game video types.
See Also