MountedVolumeInfo Class
Definition
Describes a Drive's properties.
public class MountedVolumeInfo
Constructors
| Name | Description |
|---|---|
| MountedVolumeInfo | No summary available. |
MountedVolumeInfo Constructor
public MountedVolumeInfo()
Methods
| Name | Description |
|---|---|
| Equals | No summary available. |
Equals Method
public bool Equals(Avalonia.Controls.Platform.MountedVolumeInfo other)
Parameters
other Avalonia.Controls.Platform.MountedVolumeInfo
Returns
bool
Properties
| Name | Description |
|---|---|
| VolumeLabel | No summary available. |
| VolumePath | No summary available. |
| VolumeSizeBytes | No summary available. |
VolumeLabel Property
public string VolumeLabel { get; set; }
VolumePath Property
public string VolumePath { get; set; }
VolumeSizeBytes Property
public ulong VolumeSizeBytes { get; set; }