Is there any way to run a terminal command using C# in “Visual studio for Mac”?

后端 未结 0 1898
我在风中等你
我在风中等你 2020-11-27 05:54

In windows, we can use

var startInfo = new System.Diagnostics.ProcessStartInfo
{
    WindowStyle = System.Diagnostics.ProcessWindowStyle.Hidden,
    FileName          


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