微软的msdn中文有点敷衍
英文原文:
true if the shell should be used when starting the process; false if the process should be created directly from the executable file. The default is true on .NET Framework apps and false on .NET Core apps.
微软中文:
如果应在启动进程时使用 shell,则为 true;如果直接从可执行文件创建进程,则为 false。 默认值为true.NET Framework应用和 false .NET Core 应用。
google翻译:
true启动进程时是否应使用外壳;false如果进程应该直接从可执行文件创建。默认设置true在 .NET Framework 应用和false.NET Core 应用上。