Mono Class Library: Mono.Unix.Native.Syscall Overview | MembersMono.Unix.Native.Syscall.write Overloads |
The overloads of write are listed below. For a list of all members, see the Syscall Members list.
staticwrite(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'. staticwrite(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'.