5 references to ProcessStartInfo
Microsoft.Agents.AI.ProjectTemplates.Tests (1)
test\ProjectTemplates\Infrastructure\TestCommand.cs (1)
33
var processStartInfo = new
ProcessStartInfo
(FileName, Arguments)
Microsoft.Extensions.AI.Templates.Tests (1)
test\ProjectTemplates\Infrastructure\TestCommand.cs (1)
33
var processStartInfo = new
ProcessStartInfo
(FileName, Arguments)
Microsoft.McpServer.ProjectTemplates.Tests (1)
test\ProjectTemplates\Infrastructure\TestCommand.cs (1)
33
var processStartInfo = new
ProcessStartInfo
(FileName, Arguments)
System.Diagnostics.Process (2)
System\Diagnostics\Process.cs (1)
1525
return Start(new
ProcessStartInfo
(fileName, arguments))!;
System\Diagnostics\Process.Scenarios.cs (1)
365
return arguments is not null ? new
ProcessStartInfo
(fileName, arguments) : new ProcessStartInfo(fileName);