The methods 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
staticCreateSession() : int Create a new session. staticGetConfigurationString(Mono.Unix.Native.ConfstrName) : string Retrieve the value of the configuration value name. staticGetConfigurationValue(Mono.Unix.Native.SysconfName) : long Retrieve the value of the configurable system limit or option value name. staticGetParentProcess() : UnixProcess Gets information about the parent process. staticGetParentProcessId() : int Gets the process ID of the parent process. staticGetProcessGroup() : int Gets the process group ID of the current process. staticGetSupplementaryGroupIds() : long[] Gets the current group access list. staticGetSupplementaryGroups() : UnixGroupInfo[] Gets the current group access list. staticGetUserShells() : string[] Gets all user shells. staticSetNiceValue(int) Subtraces inc from the process' priority. staticSetProcessGroup() Set the process group of the current process. staticSetSupplementaryGroupIds(long[]) Set the group access list of the current process. staticSetSupplementaryGroups(UnixGroupInfo[]) Set the group access list of the current process.