Table of Contents

Interface IMountedVolumeInfoProvider

Namespace
Avalonia.Controls.Platform
Assembly
Avalonia.Controls.dll

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>

Returns

IDisposable