Mono.Unix.Native.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

public struct Stat : IEquatable<Stat>

See Also

Syscall.fstat
Syscall.lstat
Syscall.stat

Remarks

See 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 mount(8) for more information.

Thread Safety

All public static members of this type are safe for multithreaded operations. No instance members are guaranteed to be thread safe.

Requirements

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