TypeOfDebugger Enumeration
Used by the DebuggerType property. It specifies the debugger type to use.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
声明
Public Enumeration TypeOfDebugger
用法
Dim instance As TypeOfDebugger
public enum TypeOfDebugger
public enum class TypeOfDebugger
public enum TypeOfDebugger
Members
Member name | Description | |
---|---|---|
DbgNativeOnly | Native only | |
DbgManagedOnly | Managed only | |
DbgMixed | Mixed | |
DbgAuto | Auto |
Remarks
See Project Settings for a C++ Debug Configuration for more information.