C# Class ShellControlV2.CommandCompletion

Afficher le fichier Open project: blehnen/DotNetWorkQueue Class Usage Examples

Méthodes publiques

Méthode Description
Complete ( string input ) : string
GetCommands ( string startsWith ) : List
Reset ( ) : void

Private Methods

Méthode Description
CommandCompletion ( ) : System.Collections.Generic

Method Details

Complete() public méthode

public Complete ( string input ) : string
input string
Résultat string

GetCommands() public méthode

public GetCommands ( string startsWith ) : List
startsWith string
Résultat List

Reset() public méthode

public Reset ( ) : void
Résultat void