WindowsProcessStartArguments.Start Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
Parametri
- startInfo
- ProcessStartInfo
- callback
-
Func<WindowsProcessStartArguments,nativeint>
Valori restituiti
- Attributi