C# Class PowerArgs.Cli.TabKeyHandler

The built in tab key handler
Inheritance: IKeyHandler
Afficher le fichier Open project: adamabdelhamed/PowerArgs Class Usage Examples

Méthodes publiques

Méthode Description
Handle ( RichCommandLineContext context ) : void

Handles the tab key by calling all registered tab completion handlers.

TabKeyHandler ( ) : System

Creates a new tab key handler.

Method Details

Handle() public méthode

Handles the tab key by calling all registered tab completion handlers.
public Handle ( RichCommandLineContext context ) : void
context RichCommandLineContext Context that can be used to inspect the current command line to perform tab completion
Résultat void

TabKeyHandler() public méthode

Creates a new tab key handler.
public TabKeyHandler ( ) : System
Résultat System