Share via


IDebugEngineLaunch100.LaunchSuspended Method

Definition

public:
 int LaunchSuspended(System::String ^ pszServer, Microsoft::VisualStudio::Debugger::Interop::IDebugPort2 ^ pPort, System::String ^ pszExe, System::String ^ pszArgs, System::String ^ pszDir, System::String ^ bstrEnv, System::String ^ pszOptions, System::UInt32 dwLaunchFlags, cli::array <Microsoft::VisualStudio::Debugger::Interop::PROCESS_STARTUP_INFO> ^ pStartupInfo, Microsoft::VisualStudio::Debugger::Interop::IDebugEventCallback2 ^ pCallback, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugProcess2 ^ % ppProcess);
public int LaunchSuspended (string pszServer, Microsoft.VisualStudio.Debugger.Interop.IDebugPort2 pPort, string pszExe, string pszArgs, string pszDir, string bstrEnv, string pszOptions, uint dwLaunchFlags, Microsoft.VisualStudio.Debugger.Interop.PROCESS_STARTUP_INFO[] pStartupInfo, Microsoft.VisualStudio.Debugger.Interop.IDebugEventCallback2 pCallback, out Microsoft.VisualStudio.Debugger.Interop.IDebugProcess2 ppProcess);
abstract member LaunchSuspended : string * Microsoft.VisualStudio.Debugger.Interop.IDebugPort2 * string * string * string * string * string * uint32 * Microsoft.VisualStudio.Debugger.Interop.PROCESS_STARTUP_INFO[] * Microsoft.VisualStudio.Debugger.Interop.IDebugEventCallback2 * IDebugProcess2 -> int
Public Function LaunchSuspended (pszServer As String, pPort As IDebugPort2, pszExe As String, pszArgs As String, pszDir As String, bstrEnv As String, pszOptions As String, dwLaunchFlags As UInteger, pStartupInfo As PROCESS_STARTUP_INFO(), pCallback As IDebugEventCallback2, ByRef ppProcess As IDebugProcess2) As Integer

Parameters

pszServer
String
pPort
IDebugPort2
pszExe
String
pszArgs
String
pszDir
String
bstrEnv
String
pszOptions
String
dwLaunchFlags
UInt32
pStartupInfo
PROCESS_STARTUP_INFO[]
ppProcess
IDebugProcess2

Returns

Returns Int32.

Applies to