SafeProcessHandle.Start(ProcessStartInfo) メソッド

定義

public:
 static Microsoft::Win32::SafeHandles::SafeProcessHandle ^ Start(System::Diagnostics::ProcessStartInfo ^ startInfo);
[System.Runtime.Versioning.SupportedOSPlatform("maccatalyst")]
[System.Runtime.Versioning.UnsupportedOSPlatform("ios")]
[System.Runtime.Versioning.UnsupportedOSPlatform("tvos")]
public static Microsoft.Win32.SafeHandles.SafeProcessHandle Start(System.Diagnostics.ProcessStartInfo startInfo);
[<System.Runtime.Versioning.SupportedOSPlatform("maccatalyst")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("ios")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("tvos")>]
static member Start : System.Diagnostics.ProcessStartInfo -> Microsoft.Win32.SafeHandles.SafeProcessHandle
Public Shared Function Start (startInfo As ProcessStartInfo) As SafeProcessHandle

パラメーター

startInfo
ProcessStartInfo

返品

属性

適用対象