WindowsProcessStartArguments.Start Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static System::Diagnostics::Process ^ Start(System::Diagnostics::ProcessStartInfo ^ startInfo, Func<System::Runtime::InteropServices::WindowsProcessStartArguments, IntPtr> ^ callback);
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
public static System.Diagnostics.Process Start(System.Diagnostics.ProcessStartInfo startInfo, Func<System.Runtime.InteropServices.WindowsProcessStartArguments,IntPtr> callback);
[<System.Runtime.Versioning.SupportedOSPlatform("windows")>]
static member Start : System.Diagnostics.ProcessStartInfo * Func<System.Runtime.InteropServices.WindowsProcessStartArguments, nativeint> -> System.Diagnostics.Process
Public Shared Function Start (startInfo As ProcessStartInfo, callback As Func(Of WindowsProcessStartArguments, IntPtr)) As Process
Parameters
- startInfo
- ProcessStartInfo
- callback
-
Func<WindowsProcessStartArguments,nativeint>
Returns
- Attributes