How to collect redirected standard output and error in .Net Core correctly?

后端 未结 0 612
误落风尘
误落风尘 2020-11-28 06:25

I have the following code snippet:

var p = new Process
{
    StartInfo = new ProcessStartInfo
    {
        Arguments = arguments,
        FileName = exe,
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题