C# 클래스 Rhino.Tools.Shell.FlexibleCompletor

The completors provided with JLine are pretty uptight, they only complete on a line that it can fully recognize (only composed of completed strings).
The completors provided with JLine are pretty uptight, they only complete on a line that it can fully recognize (only composed of completed strings). This one completes whatever came before.
상속: InvocationHandler
파일 보기 프로젝트 열기: hazzik/Rhino.Net

공개 메소드들

메소드 설명
Complete ( string buffer, int cursor, IList candidates ) : int
Invoke ( object proxy, MethodInfo method, object args ) : object

비공개 메소드들

메소드 설명
FlexibleCompletor ( Type completorClass, Scriptable global ) : System

메소드 상세

Complete() 공개 메소드

public Complete ( string buffer, int cursor, IList candidates ) : int
buffer string
cursor int
candidates IList
리턴 int

Invoke() 공개 메소드

public Invoke ( object proxy, MethodInfo method, object args ) : object
proxy object
method System.Reflection.MethodInfo
args object
리턴 object