Mono Class Library: Overview

Mono.Unix.Native.Stdlib: Field Members

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

See Also: Inherited members from System.Object

Public Fields

static readonly
_IOFBFint (0). Fully Buffered.
static readonly
_IOLBFint (1). Line buffered.
static readonly
_IONBFint (2). Specify unbuffered FILE streams.
static readonly
BUFSIZint (8192). Buffer size.
static readonly
EOFint (-1). End Of File.
static readonly
EXIT_FAILUREint (1). Failure program exit status.
static readonly
EXIT_SUCCESSint (0). Success program exit status.
static readonly
FILENAME_MAXint (4096). Maximum filename length.
static readonly
FOPEN_MAXint (16). Maximum number of FILE pointer that may be open at one time.
static readonly
L_tmpnamint (20). The number of characters filled by Stdlib.tmpnam(3).
static readonly
MB_CUR_MAXint (6). Documentation for this section has not yet been entered.
static readonly
RAND_MAXint (2147483647). The maximum value returned by Stdlib.rand(3).
static readonly
SIG_DFLSignalHandler. Default signal behavior.
static readonly
SIG_ERRSignalHandler. Error signal.
static readonly
SIG_IGNSignalHandler. Ignore the signal.
static readonly
stderrIntPtr. Standard error FILE stream.
static readonly
stdinIntPtr. Standard input FILE stream.
static readonly
stdoutIntPtr. Standard output FILE stream.
static readonly
TMP_MAXint (238328). Maximum number of times Stdlib.tmpnam(3) will return different strings.