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
staticCurrentDirectory string. Gets or sets the current directory of the process. staticEffectiveGroup UnixGroupInfo. Gets information about the effective group of the process. staticEffectiveGroupId long. Gets the effective group ID of the process. staticEffectiveUser UnixUserInfo. Gets information about the effective user of the process. staticEffectiveUserId long. Gets the effective user ID of the process. [read-only] staticLogin string. Gets the login name. staticMachineName string. Gets or sets the machine name of the machine the process is running on. [read-only] staticRealGroup UnixGroupInfo. Gets information about the real group of the process. [read-only] staticRealGroupId long. Gets the real group ID of the process. [read-only] staticRealUser UnixUserInfo. Gets information about the real user of the process. [read-only] staticRealUserId long. Gets the real user ID of the process. [read-only] staticUserName string. Gets the user name of the user executing the process.