5 references to WindowsProcessStartArguments
System.Diagnostics.Process (5)
System\Runtime\InteropServices\WindowsProcessStartArguments.cs (5)
11/// This ref struct is populated by the <see cref="Start(ProcessStartInfo, Func{WindowsProcessStartArguments, nint})"/> method. 71/// The callback receives a <see cref="WindowsProcessStartArguments"/> instance with the prepared data and must return an 76/// A function that receives the prepared <see cref="WindowsProcessStartArguments"/> and creates the process using any system call of the user's choice. 78/// The memory referenced by pointer properties in <see cref="WindowsProcessStartArguments"/> is only valid for the duration of the callback. 86public static Process Start(ProcessStartInfo startInfo, Func<WindowsProcessStartArguments, nint> callback)