DkmEngineFlags 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.
Flags that indicate immutable traits of this engine settings.
This enumeration supports a bitwise combination of its member values.
public enum class DkmEngineFlags
public enum class DkmEngineFlags
enum DkmEngineFlags
[System.Flags]
public enum DkmEngineFlags
[<System.Flags>]
type DkmEngineFlags =
Public Enum DkmEngineFlags
- Inheritance
-
DkmEngineFlags
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No process debug flags are set. |
NativeCodeSupported | 1 | This flag should no longer be read, instead use DkmDebugLaunchSettings.IsNativeCodeSupported(). This flag may still be written and indicates that this engine id supports native code debugging. |
JustMyCodeSupported | 2 | Engine will use Just My Code when enabled from the IDE. |