Share via


IDebugEngineLaunch100.LaunchSuspended Method

Namespace:  Microsoft.VisualStudio.Debugger.Interop
Assembly:  Microsoft.VisualStudio.Debugger.Interop.10.0 (in Microsoft.VisualStudio.Debugger.Interop.10.0.dll)

Syntax

'Declaration
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, _
    <OutAttribute> ByRef ppProcess As IDebugProcess2 _
) As Integer
int LaunchSuspended(
    string pszServer,
    IDebugPort2 pPort,
    string pszExe,
    string pszArgs,
    string pszDir,
    string bstrEnv,
    string pszOptions,
    uint dwLaunchFlags,
    PROCESS_STARTUP_INFO[] pStartupInfo,
    IDebugEventCallback2 pCallback,
    out IDebugProcess2 ppProcess
)
int LaunchSuspended(
    [InAttribute] String^ pszServer, 
    [InAttribute] IDebugPort2^ pPort, 
    [InAttribute] String^ pszExe, 
    [InAttribute] String^ pszArgs, 
    [InAttribute] String^ pszDir, 
    [InAttribute] String^ bstrEnv, 
    [InAttribute] String^ pszOptions, 
    [InAttribute] unsigned int dwLaunchFlags, 
    [InAttribute] array<PROCESS_STARTUP_INFO>^ pStartupInfo, 
    [InAttribute] IDebugEventCallback2^ pCallback, 
    [OutAttribute] IDebugProcess2^% ppProcess
)
abstract LaunchSuspended : 
        pszServer:string * 
        pPort:IDebugPort2 * 
        pszExe:string * 
        pszArgs:string * 
        pszDir:string * 
        bstrEnv:string * 
        pszOptions:string * 
        dwLaunchFlags:uint32 * 
        pStartupInfo:PROCESS_STARTUP_INFO[] * 
        pCallback:IDebugEventCallback2 * 
        ppProcess:IDebugProcess2 byref -> int
function LaunchSuspended(
    pszServer : String, 
    pPort : IDebugPort2, 
    pszExe : String, 
    pszArgs : String, 
    pszDir : String, 
    bstrEnv : String, 
    pszOptions : String, 
    dwLaunchFlags : uint, 
    pStartupInfo : PROCESS_STARTUP_INFO[], 
    pCallback : IDebugEventCallback2, 
    ppProcess : IDebugProcess2
) : int

Parameters

  • pszServer
    Type: String
  • pPort
    Type: IDebugPort2
  • pszExe
    Type: String
  • pszArgs
    Type: String
  • pszDir
    Type: String
  • bstrEnv
    Type: String
  • pszOptions
    Type: String
  • dwLaunchFlags
    Type: UInt32
  • pCallback
    Type: IDebugEventCallback2
  • ppProcess
    Type: IDebugProcess2%

Return Value

Type: Int32
Returns Int32.

.NET Framework Security

See Also

Reference

IDebugEngineLaunch100 Interface

Microsoft.VisualStudio.Debugger.Interop Namespace