Mono.Posix.Stat Structure
Every file has a unique INODE data structure. Mono's managed representation is the Stat struct. the Syscall.stat and Syscall.lstat methods return the Stat struct as an output parameter.

See Also: Stat Members

Syntax

[System.Obsolete("Use Mono.Unix.Native.Stat")]
public struct Stat

See Also

Mono.Unix.Native.Stat

Remarks

See 'man stat(2)' for more information. Not all filesystems implement all of the time fields and certain mount types can affect the ATime value as well. See 'man mount(8)' for more information.

This type is obsolete. Please use Mono.Unix.Native.Stat instead.

Requirements

Namespace: Mono.Posix
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0