Mono Class Library: OverviewMono.Unix.Native.Stat: Members |
The members of Mono.Unix.Native.Stat are listed below.
See Also: Inherited members from System.ValueType
st_atime long. Last access time. st_blksize long. Contains the preferred block size for efficient file system I/O. st_blocks long. Blocks gives the size of the file in 512-byte blocks. st_ctime long. Creation time. st_dev ulong. A device number on which the file resides. st_gid uint. Group ID. st_ino ulong. The inode number of file on disk. st_mode FilePermissions. The file permissions/protection. st_mtime long. Time of last modification. st_nlink ulong. The number of pathnames or links that reference this inode. st_rdev ulong. Device type (if inode device). st_size long. Size gives the size of the file in bytes. st_uid uint. The owner user ID.