WindowsProcessStartArguments.Start メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
パラメーター
- startInfo
- ProcessStartInfo
- callback
-
Func<WindowsProcessStartArguments,nativeint>
返品
- 属性