The methods of Mono.Unix.UnixGroupInfo are listed below. For a list of all members, see the UnixGroupInfo 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. 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.