C# 클래스 Plugins.IronPython.IronPythonCommandsMefExport

상속: IStartupTask
파일 보기 프로젝트 열기: brunomlopes/ILoveLucene

공개 프로퍼티들

프로퍼티 타입 설명
InitialScopeTypes IList
RefreshedFiles EventHandler

Private Properties

프로퍼티 타입 설명
AddIronPythonFile void
GetIronPythonPluginsDirectories IEnumerable
_watcher_Changed void
_watcher_Created void
_watcher_Deleted void
_watcher_Renamed void

공개 메소드들

메소드 설명
Execute ( ) : void
IronPythonCommandsMefExport ( System.ComponentModel.Composition.Hosting.CompositionContainer mefContainer, ILog log ) : System

비공개 메소드들

메소드 설명
AddIronPythonFile ( FileInfo pythonFile ) : void
GetIronPythonPluginsDirectories ( ) : IEnumerable
_watcher_Changed ( object sender, FileSystemEventArgs e ) : void
_watcher_Created ( object sender, FileSystemEventArgs e ) : void
_watcher_Deleted ( object sender, FileSystemEventArgs e ) : void
_watcher_Renamed ( object sender, RenamedEventArgs e ) : void

메소드 상세

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

IronPythonCommandsMefExport() 공개 메소드

public IronPythonCommandsMefExport ( System.ComponentModel.Composition.Hosting.CompositionContainer mefContainer, ILog log ) : System
mefContainer System.ComponentModel.Composition.Hosting.CompositionContainer
log ILog
리턴 System

프로퍼티 상세

InitialScopeTypes 공개적으로 정적으로 프로퍼티

public static IList InitialScopeTypes
리턴 IList

RefreshedFiles 공개적으로 프로퍼티

public EventHandler RefreshedFiles
리턴 EventHandler