如何将命令行参数传递给csharp-shell

时间:2018-11-14 05:10:35

标签: c# command-line-arguments

我尝试以这种方式调用csharp shell:

csharp proc.cs /storage

csharp错误CS2007:无法识别的命令行选项:'/ storage'

'man'文件不清楚选项-它们显示在参数列表中,但从未解释过,man说:

csharp [--attach PID] [-e EXPRESSION] [file1 [file2]] [options]

即使我使用:

csharp proc.cs p1 p2 /storage

错误是相同的。如果已将前导斜杠转义,则不接受甚至不接受(我明确希望阻止我这样做)。 这看起来像是糟糕的设计。 可能有解决方法吗?

0 个答案:

没有答案