NodeWorker.Options.ShareEnv property
Specifies that the parent thread and the child thread should share their environment variables; in that case, changes to one thread's Env
object affect the other thread as well.
C#
public bool ShareEnv { get; set; }
Remarks
Env
must be null if this option is set.
See Also
- class Options
- namespace Microsoft.JavaScript.NodeApi.Interop