Condividi tramite


IDebugRemoteServer2.LaunchRemoteProcess Method

Definition

public:
 int LaunchRemoteProcess(Microsoft::VisualStudio::Debugger::Interop::PROCESS_LAUNCH_INFO LaunchInfo, [Runtime::InteropServices::Out] System::UInt32 % pdwProcessId, cli::array <Microsoft::VisualStudio::Debugger::Interop::RESUME_COOKIE> ^ pResumeCookie);
public int LaunchRemoteProcess(Microsoft.VisualStudio.Debugger.Interop.PROCESS_LAUNCH_INFO LaunchInfo, out uint pdwProcessId, Microsoft.VisualStudio.Debugger.Interop.RESUME_COOKIE[] pResumeCookie);
abstract member LaunchRemoteProcess : Microsoft.VisualStudio.Debugger.Interop.PROCESS_LAUNCH_INFO * uint32 * Microsoft.VisualStudio.Debugger.Interop.RESUME_COOKIE[] -> int
Public Function LaunchRemoteProcess (LaunchInfo As PROCESS_LAUNCH_INFO, ByRef pdwProcessId As UInteger, pResumeCookie As RESUME_COOKIE()) As Integer

Parameters

LaunchInfo
PROCESS_LAUNCH_INFO
pdwProcessId
UInt32
pResumeCookie
RESUME_COOKIE[]

Returns

Applies to