C# 클래스 ShellControlV2.CommandCompletion

파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue 1 사용 예제들

공개 메소드들

메소드 설명
Complete ( string input ) : string
GetCommands ( string startsWith ) : List
Reset ( ) : void

비공개 메소드들

메소드 설명
CommandCompletion ( ) : System.Collections.Generic

메소드 상세

Complete() 공개 메소드

public Complete ( string input ) : string
input string
리턴 string

GetCommands() 공개 메소드

public GetCommands ( string startsWith ) : List
startsWith string
리턴 List

Reset() 공개 메소드

public Reset ( ) : void
리턴 void