Mono Class Library: Mono.Unix.UnixFileInfo Overview | MembersMono.Unix.UnixFileInfo.Open Overloads |
The overloads of Open are listed below. For a list of all members, see the UnixFileInfo Members list.
Open(Mono.Unix.Native.OpenFlags) : UnixStream Opens UnixFileSystemInfo.FullName with the specified access flags (read/write/etc.).Open(System.IO.FileMode) : UnixStream Opens UnixFileSystemInfo.FullName with the specified access mode (read/write/etc.).Open(Mono.Unix.Native.OpenFlags, Mono.Unix.Native.FilePermissions) : UnixStream Opens UnixFileSystemInfo.FullName with the specified access flags (read/write/etc.) and file permissions mode.Open(System.IO.FileMode, System.IO.FileAccess) : UnixStream Opens UnixFileSystemInfo.FullName with the specified mode and access.Open(System.IO.FileMode, System.IO.FileAccess, Mono.Unix.Native.FilePermissions) : UnixStream Opens UnixFileSystemInfo.FullName with the specified mode and access with file permissions perms.