DEBUG_LAUNCH_OPERATION 枚举
DEBUG_LAUNCH_OPERATION 枚举是 VsDebugTargetInfo 结构的成员, LaunchDebugTargets 的参数调用。
命名空间: Microsoft.VisualStudio.Shell.Interop
程序集: Microsoft.VisualStudio.Shell.Interop(在 Microsoft.VisualStudio.Shell.Interop.dll 中)
语法
声明
Public Enumeration DEBUG_LAUNCH_OPERATION
public enum DEBUG_LAUNCH_OPERATION
成员
成员名称 | 说明 | |
---|---|---|
DLO_AlreadyRunning | 附加到进程。VsDebugTargetInfo 结构的 bstrExe 元素是进程名称,或字符串执行的 nullnull 引用(在 Visual Basic 中为 Nothing) 字符指示十六进制进程 ID. | |
DLO_CreateProcess | 生成过程。VsDebugTargetInfo 结构的 bstrExe 元素是完整路径为 exe, bstrArg 是通过将参数传递到 CreateProcess, clsidCustom 指定唯一调试引擎使用 (默认的nullnull 引用(在 Visual Basic 中为 Nothing) ),或者 dwClsidCount ,并 pclsidList 指定调试引擎使用 | |
DLO_Custom | 已过时。请使用 DLO_CreateProcess。 | |
DLO_LaunchByWebServer | 使用特定 HTTP 谓词调试。 |
备注
COM 签名
从 vsshell.idl: