_DEBUG_LAUNCH_OPERATION4 Enumeration
Provides additional members to the DEBUG_LAUNCH_OPERATION enumeration.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Public Enumeration _DEBUG_LAUNCH_OPERATION4
public enum _DEBUG_LAUNCH_OPERATION4
public enum class _DEBUG_LAUNCH_OPERATION4
type _DEBUG_LAUNCH_OPERATION4
public enum _DEBUG_LAUNCH_OPERATION4
Members
Member name | Description | |
---|---|---|
DLO_AppPackageDebug | The debugger should launch and/or register for debugging of a Windows 8 app container application. When using this option, VsAppPackageLaunchInfo should be supplied, along with bstrExe, launch flags, remote connection information and engine information. | |
DLO_AttachToSuspendedLaunchProcess | The debugger should attach to the specified process, where the specified process is a newly-launched process that was launched using the CREATE_SUSPENDED flag to the Win32 CreateProcess API. This allows the debugger to act as though it launched the process, even though the process was actually started using some other mechanism. |