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
overrideEquals(object) : bool Documentation for this section has not yet been entered. overrideGetHashCode() : int Documentation for this section has not yet been entered. staticGetLocalUsers() : UnixUserInfo[] Gets all local users defined in the local password database. staticGetLoginName() : string Gets the login name of the user executing this process. staticGetRealUser() : UnixUserInfo Get's information about the process' real user. staticGetRealUserId() : 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. overrideToString() : string Documentation for this section has not yet been entered.