
视频演示
1
| c:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe demon.cs
|

1 2 3 4 5 6 7 8 9 10 11
| using System; namespace HelloWorld { class Program { static void Main(string[] args) { System.Diagnostics.Process.Start("calc.exe"); } } }
|


https://docs.microsoft.com/zh-cn/dotnet/csharp/language-reference/compiler-options/command-line-building-with-csc-exe