Mono Class Library: Overview

Mono.Unix.UnixDriveInfo: Property Members

The properties of Mono.Unix.UnixDriveInfo are listed below. For a list of all members, see the UnixDriveInfo Members list.

See Also: Inherited members from System.Object

Public Properties

[read-only]
AvailableFreeSpacelong. Gets the available free space for the drive.
[read-only]
DriveFormatstring. Retrieves the file system format of the mountPoint volume.
[read-only]
DriveTypeUnixDriveType. Gets the drive type.
[read-only]
IsReadybool. Returns a bool indicating whether the specified mount point is connected and queryable.
[read-only]
MaximumFilenameLengthlong. Gets the maximum filename length.
[read-only]
Namestring. Gets the mount point.
[read-only]
RootDirectoryUnixDirectoryInfo. Gets information about the mount point directory.
[read-only]
TotalFreeSpacelong. Gets the total free space on the volume.
[read-only]
TotalSizelong. Gets the total size of the Unix volume.
[read-only]
VolumeLabelstring. Gets the block device name.