Mono Class Library: OverviewMono.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
readonlyATime DateTime. Last access time. readonlyBlocks long. Blocks gives the size of the file in 512-byte blocks. readonlyBlockSize long. Contains the preferred block size for efficient file system I/O. readonlyCTime DateTime. Creation time. readonlyDevice int. A device number on which the file resides. readonlyDeviceType long. For a character or block device, the device major and minor numbers. readonlyGid int. Group ID readonlyINode int. The inode number of file on disk. readonlyMode StatMode. The file mode as defined by the StatMode enumeration. readonlyMTime DateTime. File last modified. readonlyNLinks int. The number of pathnames or links that reference this inode. readonlySize long. Size gives the size of the file in bytes. readonlyUid int. The owner user ID static readonlyUnixEpoch DateTime (1/1/1970 12:00:00 AM). DateTime value corresponding to Unix Epoch (1/1/1970)