Mono Class Library: Overview

Mono.Unix.UnixGroupInfo: Members

The members of Mono.Unix.UnixGroupInfo are listed below.

See Also: Inherited members from System.Object

Public Constructors

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.

Public Properties

[read-only]
GroupIdlong. Gets the group id.
[read-only]
GroupNamestring. Gets the group name.
[read-only]
Passwordstring. Gets the group password.

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.