Class TTYConsoleEngine
public class TTYConsoleEngine : AbstractConsoleEngine, IConsoleEngine, IDisposable
- Inheritance
-
TTYConsoleEngine
- Implements
- Inherited Members
Constructors
TTYConsoleEngine(ConsoleMenuBuilder?, CommandInvoker, ConsoleSessionManager, ConsoleCommandParser?)
public TTYConsoleEngine(ConsoleMenuBuilder? menuBuilder, CommandInvoker commandInvoker, ConsoleSessionManager sessionManager, ConsoleCommandParser? commandParser)
Parameters
menuBuilderConsoleMenuBuildercommandInvokerCommandInvokersessionManagerConsoleSessionManagercommandParserConsoleCommandParser
Methods
DisplaySeparator()
public override void DisplaySeparator()
GetSecureInput(string)
public override string? GetSecureInput(string prompt)
Parameters
promptstring
Returns
GetUserInput(string)
public override string? GetUserInput(string prompt)
Parameters
promptstring
Returns
SetCommandParser(ConsoleCommandParser)
public void SetCommandParser(ConsoleCommandParser commandParser)
Parameters
commandParserConsoleCommandParser