Getting raw (unsplit) command line in .NET

前端 未结 2 475
深忆病人
深忆病人 2020-12-11 00:33

In .NET, we can easily access split command line arguments in a string array from the argument of Main(string[]) or Environment.GetCommandLineArgs()

2条回答
提交回复
热议问题