Mono Class Library: Overview

Mono.Unix.Native.Stat: Field Members

The fields of Mono.Unix.Native.Stat are listed below. For a list of all members, see the Stat Members list.

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.