Mono Class Library: Mono.Unix.Native Namespace

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. [Edit]

See Also: Stat Members

public struct Stat : IEquatable<Stat>

See Also

Syscall.fstat
Syscall.lstat
Syscall.stat

Thread Safety

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

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. [Edit]

Requirements

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