Skip to content

NodeWorker.Options.ExecArgv property

List of node CLI options passed to the worker. V8 options and options that affect the process are not supported. If set, this is provided as process.execArgv inside the worker. By default, options are inherited from the parent thread.

C#
public string[]? ExecArgv { get; set; }

See Also

Released under the MIT license