Mono Class Library: Overview

Mono.Unix.UnixFileInfo: Members

The members of Mono.Unix.UnixFileInfo are listed below.

See Also: Inherited members from Mono.Unix.UnixFileSystemInfo

Public Constructors

Creates a new Mono.Unix.UnixFileInfo instance containing information about the file path.

Public Properties

[read-only]
DirectoryUnixDirectoryInfo. Gets a Mono.Unix.UnixDirectoryInfo instance containing information about the directory that UnixFileSystemInfo.FullName resides in.
[read-only]
DirectoryNamestring. Gets the name of the directory that UnixFileSystemInfo.FullName resides in.
[read-only]
override
Namestring. Documentation for this section has not yet been entered.

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.