Mono Class Library: OverviewMono.Unix.UnixSymbolicLinkInfo: Members |
The members of Mono.Unix.UnixSymbolicLinkInfo are listed below.
See Also: Inherited members from Mono.Unix.UnixFileSystemInfo
Creates a new Mono.Unix.UnixSymbolicLinkInfo instance containing information about the symbolic link.
[read-only] Contents UnixFileSystemInfo. Gets the target of this symbolic link. [read-only] ContentsPath string. Gets the target of this symbolic link as a string. [read-only] HasContents bool. Returns a bool indicating whether or not UnixSymbolicLinkInfo.Contents, UnixSymbolicLinkInfo.GetContents and UnixSymbolicLinkInfo.ContentsPath are valid. [read-only] overrideName string. Documentation for this section has not yet been entered.
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. overrideDelete() Documentation for this section has not yet been entered.GetContents() : UnixFileSystemInfo Gets the target of this symbolic link. overrideSetOwner(long, long) Documentation for this section has not yet been entered.
overrideGetFileStatus(string, out Mono.Unix.Native.Stat) : bool Documentation for this section has not yet been entered.