Mono Class Library: Overview

Mono.Unix.UnixSymbolicLinkInfo: Members

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

See Also: Inherited members from Mono.Unix.UnixFileSystemInfo

Public Constructors

Creates a new Mono.Unix.UnixSymbolicLinkInfo instance containing information about the symbolic link.

Public Properties

[read-only]
ContentsUnixFileSystemInfo. Gets the target of this symbolic link.
[read-only]
ContentsPathstring. Gets the target of this symbolic link as a string.
[read-only]
HasContentsbool. Returns a bool indicating whether or not UnixSymbolicLinkInfo.Contents, UnixSymbolicLinkInfo.GetContents and UnixSymbolicLinkInfo.ContentsPath are valid.
[read-only]
override
Namestring. Documentation for this section has not yet been entered.

Public Methods

CreateSymbolicLinkTo(UnixFileSystemInfo)
Creates the symbolic link UnixFileSystemInfo.FullName which refers to the symbolic link target path.
CreateSymbolicLinkTo(string)
Creates the symbolic link UnixFileSystemInfo.FullName which refers to the symbolic link target path.
override
Delete()
Documentation for this section has not yet been entered.
GetContents() : UnixFileSystemInfo
Gets the target of this symbolic link.
override
SetOwner(long, long)
Documentation for this section has not yet been entered.

Protected Methods

override
GetFileStatus(string, out Mono.Unix.Native.Stat) : bool
Documentation for this section has not yet been entered.