C# 클래스 PowerArgs.Cli.TabKeyHandler

The built in tab key handler
상속: IKeyHandler
파일 보기 프로젝트 열기: adamabdelhamed/PowerArgs 1 사용 예제들

공개 메소드들

메소드 설명
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