Edit

Share via


PROGRAM_DESTROY_FLAGS

Enumerates the valid values of the program destroy flags.

Syntax

public enum enum_PPROGRAM_DESTROY_FLAGS
{
   PROGRAM_DESTROY_CONTINUE_DEBUGGING = 0x1
};

Fields

PROGRAM_DESTROY_CONTINUE_DEBUGGING
Destroy program, but continue to debug.

Remarks

The enumeration is returned by the GetFlags method.

Requirements

Header: Msdbg.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll

See also