Table of Contents

Method GetDriverTypes

Namespace
Terminal.Gui.App
Assembly
Terminal.Gui.dll

GetDriverTypes()

Gets a list of IDriver types and type names that are available.

[RequiresUnreferencedCode("AOT")]
[Obsolete("The legacy static Application object is going away.")]
public static (List<Type?>, List<string?>) GetDriverTypes()

Returns

(List<Type>, List<string>)