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 name in the local group database file.

public UnixGroupInfo (string group)

See Also

Mono.Unix.Native.Syscall.getgrnam_r

Parameters

group
A string containing the group to get information about.

Exceptions

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

Remarks

This constructor looks up the specified group name 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