Mono Class Library: Overview

Mono.Unix.Native.Flock: Field Members

The fields of Mono.Unix.Native.Flock are listed below. For a list of all members, see the Flock Members list.

See Also: Inherited members from System.ValueType

Public Fields

l_lenlong. Length of file locking. l_len = 0 means until enf of file.
l_pidint. Lock owner.
l_startlong. Starting offset.
l_typeLockType. Lock type: read/write, etc.
l_whenceSeekFlags. How to interpret l_start.