Mono Class Library: Mono.Unix.Native.Syscall Overview | Members

Mono.Unix.Native.Syscall.read Overloads

The overloads of read are listed below. For a list of all members, see the Syscall Members list.

Public Methods

static
read(int, IntPtr, ulong) : long
Reads up to count bytes into buf from fd.
static
read(int, void*, ulong) : long
Reads up to count bytes into buf from fd.