Mono Class Library: Overview

Mono.Posix.Stat: Field Members

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

See Also: Inherited members from System.ValueType

Public Fields

readonly
ATimeDateTime. Last access time.
readonly
Blockslong. Blocks gives the size of the file in 512-byte blocks.
readonly
BlockSizelong. Contains the preferred block size for efficient file system I/O.
readonly
CTimeDateTime. Creation time.
readonly
Deviceint. A device number on which the file resides.
readonly
DeviceTypelong. For a character or block device, the device major and minor numbers.
readonly
Gidint. Group ID
readonly
INodeint. The inode number of file on disk.
readonly
ModeStatMode. The file mode as defined by the StatMode enumeration.
readonly
MTimeDateTime. File last modified.
readonly
NLinksint. The number of pathnames or links that reference this inode.
readonly
Sizelong. Size gives the size of the file in bytes.
readonly
Uidint. The owner user ID
static readonly
UnixEpochDateTime (1/1/1970 12:00:00 AM). DateTime value corresponding to Unix Epoch (1/1/1970)