C# Class PoshCode.Controls.CommandHistory

Afficher le fichier Open project: Jaykul/PoshConsole Class Usage Examples

Méthodes publiques

Méthode Description
Add ( string command ) : void
CommandHistory ( ) : System
First ( string currentCommand ) : string
Last ( string currentCommand ) : string
Next ( string currentCommand ) : string
Previous ( string currentCommand ) : string
Reset ( ) : void
ResetCurrentCommand ( ) : void

Private Methods

Méthode Description
GetChoices ( string CurrentCommand ) : List

Method Details

Add() public méthode

public Add ( string command ) : void
command string
Résultat void

CommandHistory() public méthode

public CommandHistory ( ) : System
Résultat System

First() public méthode

public First ( string currentCommand ) : string
currentCommand string
Résultat string

Last() public méthode

public Last ( string currentCommand ) : string
currentCommand string
Résultat string

Next() public méthode

public Next ( string currentCommand ) : string
currentCommand string
Résultat string

Previous() public méthode

public Previous ( string currentCommand ) : string
currentCommand string
Résultat string

Reset() public méthode

public Reset ( ) : void
Résultat void

ResetCurrentCommand() public méthode

public ResetCurrentCommand ( ) : void
Résultat void