C# Класс PowerArgs.Cli.TabKeyHandler

The built in tab key handler
Наследование: IKeyHandler
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Handle ( RichCommandLineContext context ) : void

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

TabKeyHandler ( ) : System

Creates a new tab key handler.

Описание методов

Handle() публичный Метод

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
Результат void

TabKeyHandler() публичный Метод

Creates a new tab key handler.
public TabKeyHandler ( ) : System
Результат System