Mono Class Library: Mono.Unix.UnixGroupInfo Overview | Members

Mono.Unix.UnixGroupInfo.GetMemberNames Method

Gets the names of all group members.

public string[] GetMemberNames ()

See Also

Mono.Unix.Native.Group.gr_mem

Returns

A string array containing the names of all group members.

Remarks

Note: There is no guarantee that the group member names returned are valid users on the system, i.e. that GetMemberNames().Select(m => new UnixUserInfo(m)).ToArray() won't generate an exception.

Requirements

Namespace: Mono.Unix
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0