Mono Class Library: OverviewMono.Unix.UnixGroupInfo: Members |
The members of Mono.Unix.UnixGroupInfo are listed below.
See Also: Inherited members from System.Object
Constructs and initializes a new instance of Mono.Unix.UnixGroupInfo by using the specified Mono.Unix.Native.Group entry. Constructs and initializes a new instance of Mono.Unix.UnixGroupInfo by looking up the specifed group id in the local group database file. Constructs and initializes a new instance of Mono.Unix.UnixGroupInfo by looking up the specifed group name in the local group database file.
overrideEquals(object) : bool Documentation for this section has not yet been entered. overrideGetHashCode() : int Documentation for this section has not yet been entered. staticGetLocalGroups() : UnixGroupInfo[] Gets all groups listed in the local group database.GetMemberNames() : string[] Gets the names of all group members.GetMembers() : UnixUserInfo[] Get information about all the group members.ToGroup() : Mono.Unix.Native.Group Converts this Mono.Unix.UnixGroupInfo instance into an equivalent Mono.Unix.Native.Group instance. overrideToString() : string Documentation for this section has not yet been entered.