WindowsProcessStartArguments.Start Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
Parameter
- startInfo
- ProcessStartInfo
- callback
-
Func<WindowsProcessStartArguments,nativeint>
Gibt zurück
- Attribute