DkmEngineFlags Enum

Definition

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

JustMyCodeSupported 2

Engine will use Just My Code when enabled from the IDE.

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.

None 0

No process debug flags are set.

Applies to