DkmStartMethod Enum

Definition

DkmStartMethod describes how the debug engine started debugging this process.

public enum class DkmStartMethod
public enum class DkmStartMethod
enum DkmStartMethod
public enum DkmStartMethod
type DkmStartMethod = 
Public Enum DkmStartMethod
Inheritance
DkmStartMethod

Fields

Attach 1

Process was launched outside the debugger and the debugger attached.

AttachForHostingLaunch 3

Hosting process was launched by the project system and then the project system asked the debugger to attach to the process.

AttachForSuspendedLaunch 2

Process was launched suspended by the project system or SDM. Then the engine was asked to attach to the process while the process was still at the initial suspension point. This is used for Low-rights IE (LoRIE).

Launch 0

Process was launched under the debugger.

Applies to