Mono Class Library: Overview

Mono.Unix.Native.Statvfs: Members

The members of Mono.Unix.Native.Statvfs are listed below.

See Also: Inherited members from System.ValueType

Public Fields

f_bavailulong. Number of free blocks for non-root users.
f_bfreeulong. Number of free blocks.
f_blocksulong. Size of filesystem in Statvfs.f_frsize units.
f_bsizeulong. File system block size.
f_favailulong. Number of free inodes for non-root users.
f_ffreeulong. Number of free inodes.
f_filesulong. Number of inodes.
f_flagMountFlags. Mount flags.
f_frsizeulong. Fragment size.
f_fsidulong. File system id.
f_namemaxulong. Maximum filename length.

Public Methods

Equals(Statvfs) : bool
Documentation for this section has not yet been entered.
override
Equals(object) : bool
Documentation for this section has not yet been entered.
override
GetHashCode() : int
Documentation for this section has not yet been entered.

Public Operators

static
Equality(Statvfs, Statvfs)Documentation for this section has not yet been entered.
static
Inequality(Statvfs, Statvfs)Documentation for this section has not yet been entered.