Mono Class Library: OverviewMono.Unix.UnixUserInfo: Members |
The members of Mono.Unix.UnixUserInfo are listed below.
See Also: Inherited members from System.Object
Constructs and initializes a new instance of Mono.Unix.UnixUserInfo by using the specified Mono.Unix.Native.Passwd entry. Constructs and initializes a new instance of Mono.Unix.UnixUserInfo by looking up the specified user id in the local password database file. Constructs and initializes a new instance of Mono.Unix.UnixUserInfo by looking up the specified user name in the local password database file. Constructs and initializes a new instance of Mono.Unix.UnixUserInfo by looking up the specified user id in the local password database file.
[read-only] Group UnixGroupInfo. Gets information about the user's group. [read-only] GroupId long. Gets the user's group id. [read-only] GroupName string. Gets the users's group's name. [read-only] HomeDirectory string. Gets the user's home directory. [read-only] Password string. Gets the user's password. [read-only] RealName string. Gets the user's real name. [read-only] ShellProgram string. Gets the user's login shell program. [read-only] UserId long. Gets the user's id. [read-only] UserName string. Gets the user's login name.
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.