NodeWorker.Options.Eval property
If true, interpret the first argument to the constructor as a script that is executed once the worker is online. Otherwise the first argument to the constructor must be a file path to the script.
C#
public bool Eval { get; set; }
See Also
- class Options
- namespace Microsoft.JavaScript.NodeApi.Interop