Do 'man 2 open' for more information.
This type is obsolete. Please use Mono.Unix.Native.OpenFlags instead.
| Member Name | Description |
|---|---|
| O_APPEND | Open for appending |
| O_CREAT | Create |
| O_EXCL | Open exclusive |
| O_NOCTTY | No controlling terminal |
| O_NONBLOCK | Open in non-blocking mode if possible |
| O_RDONLY | Read-only |
| O_RDWR | Read-Write |
| O_SYNC | Open for synchronous I/O |
| O_TRUNC | Truncate on opening if necessary. |
| O_WRONLY | Write-only |