Mono Class Library: Overview

Mono.Unix.UnixEnvironment: Property Members

The properties of Mono.Unix.UnixEnvironment are listed below. For a list of all members, see the UnixEnvironment Members list.

See Also: Inherited members from System.Object

Public Properties

static
CurrentDirectorystring. Gets or sets the current directory of the process.
static
EffectiveGroupUnixGroupInfo. Gets information about the effective group of the process.
static
EffectiveGroupIdlong. Gets the effective group ID of the process.
static
EffectiveUserUnixUserInfo. Gets information about the effective user of the process.
static
EffectiveUserIdlong. Gets the effective user ID of the process.
[read-only]
static
Loginstring. Gets the login name.
static
MachineNamestring. Gets or sets the machine name of the machine the process is running on.
[read-only]
static
RealGroupUnixGroupInfo. Gets information about the real group of the process.
[read-only]
static
RealGroupIdlong. Gets the real group ID of the process.
[read-only]
static
RealUserUnixUserInfo. Gets information about the real user of the process.
[read-only]
static
RealUserIdlong. Gets the real user ID of the process.
[read-only]
static
UserNamestring. Gets the user name of the user executing the process.