C# 클래스 MediaPortal.Plugins.MovingPictures.LocalMediaManagement.DeviceManager

Device Manager monitors drive states
파일 보기 프로젝트 열기: damienhaynes/moving-pictures

공개 메소드들

메소드 설명
AddWatchDrive ( string path ) : void
ClearWatchDrives ( ) : void
RemoveWatchDrive ( string path ) : void
StartDiskWatcher ( ) : void
StartMonitor ( ) : void
StopDiskWatcher ( ) : void
StopMonitor ( ) : void

비공개 메소드들

메소드 설명
DeviceManager ( ) : System
WatchDisks ( ) : void
onPathAdded ( DatabaseTable obj ) : void

메소드 상세

AddWatchDrive() 공개 정적인 메소드

public static AddWatchDrive ( string path ) : void
path string
리턴 void

ClearWatchDrives() 공개 정적인 메소드

public static ClearWatchDrives ( ) : void
리턴 void

RemoveWatchDrive() 공개 정적인 메소드

public static RemoveWatchDrive ( string path ) : void
path string
리턴 void

StartDiskWatcher() 공개 정적인 메소드

public static StartDiskWatcher ( ) : void
리턴 void

StartMonitor() 공개 정적인 메소드

public static StartMonitor ( ) : void
리턴 void

StopDiskWatcher() 공개 정적인 메소드

public static StopDiskWatcher ( ) : void
리턴 void

StopMonitor() 공개 정적인 메소드

public static StopMonitor ( ) : void
리턴 void