Mono Class Library: Overview

Mono.Unix.UnixUserInfo: Method Members

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

See Also: Inherited members from System.Object

Public Methods

override
Equals(object) : bool
Documentation for this section has not yet been entered.
override
GetHashCode() : int
Documentation for this section has not yet been entered.
static
GetLocalUsers() : UnixUserInfo[]
Gets all local users defined in the local password database.
static
GetLoginName() : string
Gets the login name of the user executing this process.
static
GetRealUser() : UnixUserInfo
Get's information about the process' real user.
static
GetRealUserId() : long
Gets the real user id of the process.
ToPasswd() : Mono.Unix.Native.Passwd
Converts this Mono.Unix.UnixUserInfo instance into an equivalent Mono.Unix.Native.Passwd instance.
override
ToString() : string
Documentation for this section has not yet been entered.