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

Mono.Unix.UnixGroupInfo Constructor

Constructs and initializes a new instance of Mono.Unix.UnixGroupInfo by looking up the specifed group id in the local group database file.

public UnixGroupInfo (long group)

See Also

Mono.Unix.Native.Syscall.getgrgid_r

Parameters

group
A long containing the group id to get information about.

Exceptions

TypeReason
ArgumentException The group id group does not exist in the local group database.

Remarks

This constructor looks up the specified group id in the local group database.

Requirements

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