我怎么能向C#中新设立的进程提出多重论点?
还有哪类(<代码>Process或ProcessStartInfo
或MyProcess
),在执行方案时,我是否应当使用,条件是要将多个论点传给新设立的/执行程序?
如同我一样(内陆)C++也规定了相同的任务,即:
spawnv(P_NOWAITO,Registry->ReadString("Downloader").c_str(),arglist);
where arglist
is a char pointer array and
Registry->ReadString("Downloader").c_str()
, is the program to execute.