C# Class ArgsTests.CLI.CliKeyboardInputQueue

Afficher le fichier Open project: adamabdelhamed/PowerArgs Class Usage Examples

Méthodes publiques

Méthode Description
CliKeyboardInputQueue ( bool simulateRealUser = false ) : System
Enqueue ( ConsoleKey key ) : void
Enqueue ( ConsoleKeyInfo key ) : void
Enqueue ( string input ) : void
EnqueueDelay ( System.TimeSpan delay ) : void
ReadKey ( ) : ConsoleKeyInfo
SimulateUserNow ( ) : void

Method Details

CliKeyboardInputQueue() public méthode

public CliKeyboardInputQueue ( bool simulateRealUser = false ) : System
simulateRealUser bool
Résultat System

Enqueue() public méthode

public Enqueue ( ConsoleKey key ) : void
key ConsoleKey
Résultat void

Enqueue() public méthode

public Enqueue ( ConsoleKeyInfo key ) : void
key System.ConsoleKeyInfo
Résultat void

Enqueue() public méthode

public Enqueue ( string input ) : void
input string
Résultat void

EnqueueDelay() public méthode

public EnqueueDelay ( System.TimeSpan delay ) : void
delay System.TimeSpan
Résultat void

ReadKey() public méthode

public ReadKey ( ) : ConsoleKeyInfo
Résultat System.ConsoleKeyInfo

SimulateUserNow() public méthode

public SimulateUserNow ( ) : void
Résultat void