C# 클래스 ErlangEditor.AutoComplete.AcCore

파일 보기 프로젝트 열기: xdusongwei/ErlangEditor

공개 메소드들

메소드 설명
CacheLib ( ) : void
DropApplication ( ErlangEditor aEntity ) : void
DropModule ( string aModName ) : void
FreeCache ( ) : void
GetFunctions ( string aModule ) : IEnumerable
GetModuleDesc ( string aModName ) : string
ScanAllBin ( ErlangEditor aSln ) : void
ScanBin ( ErlangEditor aEntity ) : void
SetLibCache ( string aJsonDict ) : void

비공개 메소드들

메소드 설명
UpdateDict ( string result ) : void

메소드 상세

CacheLib() 공개 메소드

public CacheLib ( ) : void
리턴 void

DropApplication() 공개 메소드

public DropApplication ( ErlangEditor aEntity ) : void
aEntity ErlangEditor
리턴 void

DropModule() 공개 메소드

public DropModule ( string aModName ) : void
aModName string
리턴 void

FreeCache() 공개 메소드

public FreeCache ( ) : void
리턴 void

GetFunctions() 공개 메소드

public GetFunctions ( string aModule ) : IEnumerable
aModule string
리턴 IEnumerable

GetModuleDesc() 공개 메소드

public GetModuleDesc ( string aModName ) : string
aModName string
리턴 string

ScanAllBin() 공개 메소드

public ScanAllBin ( ErlangEditor aSln ) : void
aSln ErlangEditor
리턴 void

ScanBin() 공개 메소드

public ScanBin ( ErlangEditor aEntity ) : void
aEntity ErlangEditor
리턴 void

SetLibCache() 공개 메소드

public SetLibCache ( string aJsonDict ) : void
aJsonDict string
리턴 void