Mono Class Library: Overview

Mono.Unix.Native.Flock: Members

The members of Mono.Unix.Native.Flock are listed below.

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.

Public Methods

Equals(Flock) : bool
Documentation for this section has not yet been entered.
override
Equals(object) : bool
Documentation for this section has not yet been entered.
override
GetHashCode() : int
Documentation for this section has not yet been entered.

Public Operators

static
Equality(Flock, Flock)Documentation for this section has not yet been entered.
static
Inequality(Flock, Flock)Documentation for this section has not yet been entered.