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

Mono.Unix.Native.Syscall.write Overloads

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

Public Methods

static
write(int, IntPtr, ulong) : long
write writes up to 'count' bytes to the file referenced by the file descriptor 'fileDescriptor' from the buffer starting at 'buf'.
static
write(int, void*, ulong) : long
write writes up to 'count' bytes to the file referenced by the file descriptor 'fileDescriptor' from the buffer starting at 'buf'.