DkmStartMethod 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.
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
Name | Value | Description |
---|---|---|
Launch | 0 | Process was launched under the debugger. |
Attach | 1 | Process was launched outside the debugger and the debugger attached. |
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). |
AttachForHostingLaunch | 3 | Hosting process was launched by the project system and then the project system asked the debugger to attach to the process. |