Process.setEnv

Set environemnt for the process to be started

  1. auto ref setEnv(string[string] env)
    struct Process
    ref
    setEnv
    (
    in string[string] env
    )
  2. auto ref setEnv(string key, string value)

Parameters

env string[string]

associative array to update environment to run process with.

Return Value

Type: auto ref

reference to this (process instance)

Meta