Mono Class Library: Overview

Mono.Posix.Stat: Members

The members of Mono.Posix.Stat are listed below.

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)

Public Methods

static
UnixToDateTime(long) : DateTime
Convert unix epoch time value to DateTime