1 write to StartInfo
System (1)
services\monitoring\system\diagnosticts\Process.cs (1)
2351process.StartInfo = startInfo;
7 references to StartInfo
System (2)
services\monitoring\system\diagnosticts\Process.cs (2)
1862/// Starts a process specified by the <see cref='System.Diagnostics.Process.StartInfo'/> property of this <see cref='System.Diagnostics.Process'/> 1873ProcessStartInfo startInfo = StartInfo;
System.AddIn (4)
System\Addin\Hosting\AddInProcess.cs (4)
363addInProcess.StartInfo.CreateNoWindow = true; 364addInProcess.StartInfo.UseShellExecute = false; 365addInProcess.StartInfo.Arguments = args; 366addInProcess.StartInfo.FileName = _pathToAddInProcess;
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Application.cs (1)
1463ProcessStartInfo currentStartInfo = Process.GetCurrentProcess().StartInfo;