DkmRuntimeBreakpoint.Tag Enum
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.
DkmRuntimeBreakpoint is an abstract base class. This enum indicates which derived class this object is an instance of.
public: enum class DkmRuntimeBreakpoint::Tag
enum DkmRuntimeBreakpoint::Tag
public enum DkmRuntimeBreakpoint.Tag
type DkmRuntimeBreakpoint.Tag =
Public Enum DkmRuntimeBreakpoint.Tag
- Inheritance
-
DkmRuntimeBreakpoint.Tag
Name | Value | Description |
---|---|---|
InstructionBreakpoint | 0 | Object is an instance of 'DkmRuntimeInstructionBreakpoint'. |
NativeDataBreakpoint | 1 | Object is an instance of 'DkmRuntimeHardwareDataBreakpoint'. |
CustomDataBreakpoint | 2 | Object is an instance of 'DkmRuntimeCustomDataBreakpoint'. |
ClrDataBreakpoint | 3 | Object is an instance of 'DkmRuntimeClrDataBreakpoint'. |
Produit | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |