IMountedVolumeInfoProvider Interface

Summary

Defines a platform-specific mount volumes info provider implementation.
graph BT Type["IMountedVolumeInfoProvider"] class Type type-node

Syntax

public interface IMountedVolumeInfoProvider

Methods

Name Value Summary
Listen(ObservableCollection<MountedVolumeInfo>) IDisposable
Listens to any changes in volume mounts and forwards updates to the referenced ObservableCollection<MountedDriveInfo>.