C# 클래스 MediaPortal.Plugins.MovingPictures.MovingPicturesCore

파일 보기 프로젝트 열기: damienhaynes/moving-pictures 1 사용 예제들

공개 메소드들

메소드 설명
GetDBVersionNumber ( ) : System.Version
Initialize ( ) : void
Shutdown ( ) : void

비공개 메소드들

메소드 설명
DatabaseMaintenanceManager_MaintenanceProgress ( string actionName, int percentDone ) : void
InitSearchIndexes ( ) : void
MovingPicturesCore ( ) : System
checkVersionInfo ( ) : void
closeDB ( ) : void
initAdditionalSettings ( ) : void
initDB ( ) : void
initLogger ( ) : void
onSystemPowerModeChanged ( object sender, Microsoft e ) : void
startBackgroundTasks ( ) : void
stopBackgroundTasks ( ) : void

메소드 상세

GetDBVersionNumber() 공개 정적인 메소드

public static GetDBVersionNumber ( ) : System.Version
리턴 System.Version

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

Shutdown() 공개 정적인 메소드

public static Shutdown ( ) : void
리턴 void