C# Class ShellControlV2.CommandCompletion

Show file Open project: blehnen/DotNetWorkQueue Class Usage Examples

Public Methods

Method Description
Complete ( string input ) : string
GetCommands ( string startsWith ) : List
Reset ( ) : void

Private Methods

Method Description
CommandCompletion ( ) : System.Collections.Generic

Method Details

Complete() public method

public Complete ( string input ) : string
input string
return string

GetCommands() public method

public GetCommands ( string startsWith ) : List
startsWith string
return List

Reset() public method

public Reset ( ) : void
return void