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

Mono.Unix.Native.Syscall.open Overloads

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

Public Methods

static
open(string, OpenFlags) : int
Creates/opens a file 'pathname' using the given file open flags.
static
open(string, OpenFlags, FilePermissions) : int
Creates/opens a file 'pathname' using the given open and file permission flags.