Mono Class Library: Overview

Mono.Unix.Native.Stat: Members

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

See Also: Inherited members from System.ValueType

Public Fields

st_atimelong. Last access time.
st_blksizelong. Contains the preferred block size for efficient file system I/O.
st_blockslong. Blocks gives the size of the file in 512-byte blocks.
st_ctimelong. Creation time.
st_devulong. A device number on which the file resides.
st_giduint. Group ID.
st_inoulong. The inode number of file on disk.
st_modeFilePermissions. The file permissions/protection.
st_mtimelong. Time of last modification.
st_nlinkulong. The number of pathnames or links that reference this inode.
st_rdevulong. Device type (if inode device).
st_sizelong. Size gives the size of the file in bytes.
st_uiduint. The owner user ID.

Public Methods

Equals(Stat) : 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(Stat, Stat)Documentation for this section has not yet been entered.
static
Inequality(Stat, Stat)Documentation for this section has not yet been entered.