C# 클래스 MediaPortal.GUI.Pictures.PicturesFolderWatcherHelper

파일 보기 프로젝트 열기: MediaPortal/MediaPortal-1

공개 메소드들

메소드 설명
ChangeMonitoring ( bool status ) : void
PicturesFolderWatcherHelper ( string directory ) : System
SetMonitoring ( bool status ) : void
StartMonitor ( ) : void

비공개 메소드들

메소드 설명
AddPictures ( string strFilename ) : void
AddPicturesDirectory ( string strPath ) : void
DeletePictures ( string strFilename ) : void
DeletePicturesDirectory ( string strPath ) : void
OnChanged ( object source, FileSystemEventArgs e ) : void
OnCreated ( object source, FileSystemEventArgs e ) : void
OnDeleted ( object source, FileSystemEventArgs e ) : void
OnDirectoryCreated ( object source, FileSystemEventArgs e ) : void
OnDirectoryDeleted ( object source, FileSystemEventArgs e ) : void
OnDirectoryRenamed ( object source, RenamedEventArgs e ) : void
OnRenamed ( object source, RenamedEventArgs e ) : void
ProcessEvents ( object sender, System.Timers.ElapsedEventArgs e ) : void
RenamePictures ( string oldFilename, string newFilename ) : void
RenamePicturesDirectory ( string oldDirectory, string newDirectory ) : void
WatchFolders ( ) : void

메소드 상세

ChangeMonitoring() 공개 메소드

public ChangeMonitoring ( bool status ) : void
status bool
리턴 void

PicturesFolderWatcherHelper() 공개 메소드

public PicturesFolderWatcherHelper ( string directory ) : System
directory string
리턴 System

SetMonitoring() 공개 메소드

public SetMonitoring ( bool status ) : void
status bool
리턴 void

StartMonitor() 공개 메소드

public StartMonitor ( ) : void
리턴 void