Mono Class Library: OverviewMono.Unix.UnixDriveInfo: Members |
The members of Mono.Unix.UnixDriveInfo are listed below.
See Also: Inherited members from System.Object
Creates a Mono.Unix.UnixDriveInfo instance containing information about a Unix mount point and volume.
[read-only] AvailableFreeSpace long. Gets the available free space for the drive. [read-only] DriveFormat string. Retrieves the file system format of the mountPoint volume. [read-only] DriveType UnixDriveType. Gets the drive type. [read-only] IsReady bool. Returns a bool indicating whether the specified mount point is connected and queryable. [read-only] MaximumFilenameLength long. Gets the maximum filename length. [read-only] Name string. Gets the mount point. [read-only] RootDirectory UnixDirectoryInfo. Gets information about the mount point directory. [read-only] TotalFreeSpace long. Gets the total free space on the volume. [read-only] TotalSize long. Gets the total size of the Unix volume. [read-only] VolumeLabel string. Gets the block device name.
staticGetDrives() : UnixDriveInfo[] Gets information about all drives listed in /etc/fstab. staticGetForSpecialFile(string) : UnixDriveInfo Creates a Mono.Unix.UnixDriveInfo instance containing information about the specified block device name. overrideToString() : string Documentation for this section has not yet been entered.