Mono Class Library: Overview

Mono.Unix.UnixFileInfo: Method Members

The methods of Mono.Unix.UnixFileInfo are listed below. For a list of all members, see the UnixFileInfo Members list.

See Also: Inherited members from Mono.Unix.UnixFileSystemInfo

Public Methods

Create() : UnixStream
Creates or overwrites UnixFileSystemInfo.FullName.
Create(FileAccessPermissions) : UnixStream
Creates or overwrites UnixFileSystemInfo.FullName with the specified file permissions.
Create(Mono.Unix.Native.FilePermissions) : UnixStream
Creates or overwrites UnixFileSystemInfo.FullName with the specified file permissions.
override
Delete()
Documentation for this section has not yet been entered.
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.
OpenRead() : UnixStream
Opens UnixFileSystemInfo.FullName for reading.
OpenWrite() : UnixStream
Opens UnixFileSystemInfo.FullName for writing.