Interface IMountedVolumeInfoProvider
Defines a platform-specific mount volumes info provider implementation.
[Unstable]
public interface IMountedVolumeInfoProvider
Methods
Listen(ObservableCollection<MountedVolumeInfo>)
Listens to any changes in volume mounts and forwards updates to the referenced ObservableCollection<T>.
IDisposable Listen(ObservableCollection<MountedVolumeInfo> mountedDrives)
Parameters
mountedDrives
ObservableCollection<MountedVolumeInfo>