WindowsProcessStartArguments.Start Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
Parametreler
- startInfo
- ProcessStartInfo
- callback
-
Func<WindowsProcessStartArguments,nativeint>
Döndürülenler
- Öznitelikler