C# Class MediaPortal.Plugins.MovingPictures.LocalMediaManagement.DeviceManager

Device Manager monitors drive states
Afficher le fichier Open project: damienhaynes/moving-pictures

Méthodes publiques

Méthode Description
AddWatchDrive ( string path ) : void
ClearWatchDrives ( ) : void
RemoveWatchDrive ( string path ) : void
StartDiskWatcher ( ) : void
StartMonitor ( ) : void
StopDiskWatcher ( ) : void
StopMonitor ( ) : void

Private Methods

Méthode Description
DeviceManager ( ) : System
WatchDisks ( ) : void
onPathAdded ( DatabaseTable obj ) : void

Method Details

AddWatchDrive() public static méthode

public static AddWatchDrive ( string path ) : void
path string
Résultat void

ClearWatchDrives() public static méthode

public static ClearWatchDrives ( ) : void
Résultat void

RemoveWatchDrive() public static méthode

public static RemoveWatchDrive ( string path ) : void
path string
Résultat void

StartDiskWatcher() public static méthode

public static StartDiskWatcher ( ) : void
Résultat void

StartMonitor() public static méthode

public static StartMonitor ( ) : void
Résultat void

StopDiskWatcher() public static méthode

public static StopDiskWatcher ( ) : void
Résultat void

StopMonitor() public static méthode

public static StopMonitor ( ) : void
Résultat void