Instance Property インスタンスプロパティ

environment

The environment for the receiver.

Declaration 宣言

var environment: [String : String]? { get set }

Parameters パラメータ

environmentDictionary

A dictionary of environment variable values whose keys are the variable names. ある環境変数値の辞書、それのキーは変数名です。

Discussion 議論

If this method isn’t used, the environment is inherited from the process that created the receiver. このメソッドが使われないならば、環境はレシーバを作成したプロセスから継承します。 This method raises an NSInvalidArgumentException if the system has launched the receiver.

See Also 参照

Configuring a Process Object