Mono Class Library: Overview

Mono.Unix.UnixSymbolicLinkInfo: Method Members

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

See Also: Inherited members from Mono.Unix.UnixFileSystemInfo

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.