DEBUG_LAUNCH_OPERATION Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The DEBUG_LAUNCH_OPERATION enumeration is a member of the VsDebugTargetInfo structure, a parameter of LaunchDebugTargets(UInt32, IntPtr) calls.
public enum class DEBUG_LAUNCH_OPERATION
public enum class DEBUG_LAUNCH_OPERATION
enum DEBUG_LAUNCH_OPERATION
public enum DEBUG_LAUNCH_OPERATION
type DEBUG_LAUNCH_OPERATION =
Public Enum DEBUG_LAUNCH_OPERATION
- Inheritance
-
DEBUG_LAUNCH_OPERATION
Fields
Name | Value | Description |
---|---|---|
DLO_AlreadyRunning | 0 | Attaches to a process. The |
DLO_CreateProcess | 1 | Launches the process. The |
DLO_Custom | 2 | OBSOLETE. Use DLO_CreateProcess. |
DLO_LaunchByWebServer | 3 | Use special HTTP verb to debug. |
Remarks
COM Signature
From vsshell.idl: