Mono Class Library: Overview

Mono.Unix.UnixDriveInfo: Members

The members of Mono.Unix.UnixDriveInfo are listed below.

See Also: Inherited members from System.Object

Public Constructors

Creates a Mono.Unix.UnixDriveInfo instance containing information about a Unix mount point and volume.

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.

Public Methods

static
GetDrives() : UnixDriveInfo[]
Gets information about all drives listed in /etc/fstab.
static
GetForSpecialFile(string) : UnixDriveInfo
Creates a Mono.Unix.UnixDriveInfo instance containing information about the specified block device name.
override
ToString() : string
Documentation for this section has not yet been entered.