Skip to content

NodeProcess.Env property

Gets a dictionary that allows getting or setting environment variables for the current process or worker thread.

C#
public static IDictionary<string, string> Env { get; }

See Also

Released under the MIT license