C# 클래스 ExcelDna.IntelliSense.ExcelDnaIntelliSenseProvider

상속: IIntelliSenseProvider
파일 보기 프로젝트 열기: Excel-DNA/IntelliSense

공개 메소드들

메소드 설명
Dispose ( ) : void
ExcelDnaIntelliSenseProvider ( SynchronizationContext syncContextMain ) : System
GetFunctionInfos ( ) : IList
Initialize ( ) : void
Refresh ( ) : void

비공개 메소드들

메소드 설명
GetLoadedXllPaths ( ) : IEnumerable
GetXmlPath ( string xllPath ) : string
OnInvalidate ( object _unused_ ) : void
ProcessLoadNotification ( object state ) : void
loaderNotification_LoadNotification ( object sender, LoaderNotification e ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ExcelDnaIntelliSenseProvider() 공개 메소드

public ExcelDnaIntelliSenseProvider ( SynchronizationContext syncContextMain ) : System
syncContextMain System.Threading.SynchronizationContext
리턴 System

GetFunctionInfos() 공개 메소드

public GetFunctionInfos ( ) : IList
리턴 IList

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void