The members of Mono.Posix.Stat are listed below.
See Also: Inherited members from System.ValueType
Public Fields
readonly | ATime | DateTime. Last access time. |
readonly | Blocks | long. Blocks gives the size of the file in 512-byte blocks. |
readonly | BlockSize | long. Contains the preferred block size for efficient file system I/O. |
readonly | CTime | DateTime. Creation time. |
readonly | Device | int. A device number on which the file resides. |
readonly | DeviceType | long. For a character or block device, the device major and minor numbers. |
readonly | Gid | int. Group ID |
readonly | INode | int. The inode number of file on disk. |
readonly | Mode | StatMode. The file mode as defined by the StatMode enumeration. |
readonly | MTime | DateTime. File last modified. |
readonly | NLinks | int. The number of pathnames or links that reference this inode. |
readonly | Size | long. Size gives the size of the file in bytes. |
readonly | Uid | int. The owner user ID |
static readonly | UnixEpoch | DateTime (1/1/1970 12:00:00 AM). DateTime value corresponding to Unix Epoch (1/1/1970) |
Public Methods