TypeOfDebugger - перечисление
Used by the DebuggerType property. It specifies the debugger type to use.
Пространство имен: Microsoft.VisualStudio.VCProjectEngine
Сборка: Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)
Синтаксис
'Декларация
Public Enumeration TypeOfDebugger
'Применение
Dim instance As TypeOfDebugger
public enum TypeOfDebugger
public enum class TypeOfDebugger
public enum TypeOfDebugger
Члены
Имя члена | Описание | |
---|---|---|
DbgNativeOnly | Native only | |
DbgManagedOnly | Managed only | |
DbgMixed | Mixed | |
DbgAuto | Auto |
Заметки
See Project Settings for a C++ Debug Configuration for more information.