C# 클래스 Mono.Debugger.Frontend.Completer

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

공개 메소드들

메소드 설명
ArgumentCompleter ( Type t, string text ) : string[]
CommandCompleter ( string text ) : string[]
Complete ( string text, int start ) : LineEditor.Completion
Completer ( Engine engine ) : System
FilenameCompleter ( string text ) : string[]
NoopCompleter ( string text ) : string[]
StringsCompleter ( string haystack, string text ) : string[]
SymbolCompleter ( ScriptingContext context, string text ) : string[]

비공개 메소드들

메소드 설명
ComputeMCP ( List choices, string initial_prefix ) : string

메소드 상세

ArgumentCompleter() 공개 메소드

public ArgumentCompleter ( Type t, string text ) : string[]
t System.Type
text string
리턴 string[]

CommandCompleter() 공개 메소드

public CommandCompleter ( string text ) : string[]
text string
리턴 string[]

Complete() 공개 메소드

public Complete ( string text, int start ) : LineEditor.Completion
text string
start int
리턴 Mono.Terminal.LineEditor.Completion

Completer() 공개 메소드

public Completer ( Engine engine ) : System
engine Engine
리턴 System

FilenameCompleter() 공개 메소드

public FilenameCompleter ( string text ) : string[]
text string
리턴 string[]

NoopCompleter() 공개 메소드

public NoopCompleter ( string text ) : string[]
text string
리턴 string[]

StringsCompleter() 공개 메소드

public StringsCompleter ( string haystack, string text ) : string[]
haystack string
text string
리턴 string[]

SymbolCompleter() 공개 메소드

public SymbolCompleter ( ScriptingContext context, string text ) : string[]
context ScriptingContext
text string
리턴 string[]