Mono Class Library: Overview

Mono.Unix.UnixGroupInfo: Method Members

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

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
GetLocalGroups() : 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.
override
ToString() : string
Documentation for this section has not yet been entered.