Condividi tramite


IDebugPortEx2.LaunchSuspended Method

Definition

public:
 int LaunchSuspended(System::String ^ pszExe, System::String ^ pszArgs, System::String ^ pszDir, System::String ^ bstrEnv, System::UInt32 hStdInput, System::UInt32 hStdOutput, System::UInt32 hStdError, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugProcess2 ^ % ppPortProcess);
public int LaunchSuspended(string pszExe, string pszArgs, string pszDir, string bstrEnv, uint hStdInput, uint hStdOutput, uint hStdError, out Microsoft.VisualStudio.Debugger.Interop.IDebugProcess2 ppPortProcess);
abstract member LaunchSuspended : string * string * string * string * uint32 * uint32 * uint32 * IDebugProcess2 -> int
Public Function LaunchSuspended (pszExe As String, pszArgs As String, pszDir As String, bstrEnv As String, hStdInput As UInteger, hStdOutput As UInteger, hStdError As UInteger, ByRef ppPortProcess As IDebugProcess2) As Integer

Parameters

pszExe
String
pszArgs
String
pszDir
String
bstrEnv
String
hStdInput
UInt32
hStdOutput
UInt32
hStdError
UInt32
ppPortProcess
IDebugProcess2

Returns

Applies to