NodeProcess.Argv property
Gets or sets the command-line arguments for the current process or worker thread. The first argument (element 0) is the executable path; the second (index 1) is the path to the main script file.
C#
public static IReadOnlyList<string> Argv { get; }
See Also
- class NodeProcess
- namespace Microsoft.JavaScript.NodeApi.Interop