Mono Class Library: Mono.Unix.UnixFileSystemInfo Overview | Members

Mono.Unix.UnixFileSystemInfo.SetOwner Overloads

The overloads of SetOwner are listed below. For a list of all members, see the UnixFileSystemInfo Members list.

Public Methods

SetOwner(UnixUserInfo)
Set the owner user and owner group of UnixFileSystemInfo.FullName.
SetOwner(string)
Set the owner user ID and owner group ID of UnixFileSystemInfo.FullName.
SetOwner(UnixUserInfo, UnixGroupInfo)
Set the owner user and owner group of UnixFileSystemInfo.FullName.
SetOwner(long, long)
Set the owner user ID and owner group ID of UnixFileSystemInfo.FullName.
SetOwner(string, string)
Set the owner user ID and owner group ID of UnixFileSystemInfo.FullName.