DkmCompiledInspectionQuery.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.
DkmCompiledInspectionQuery is an abstract base class. This enum indicates which derived class this object is an instance of.
public: enum class DkmCompiledInspectionQuery::Tag
C++/WinRT
enum DkmCompiledInspectionQuery::Tag
public enum DkmCompiledInspectionQuery.Tag
type DkmCompiledInspectionQuery.Tag =
Public Enum DkmCompiledInspectionQuery.Tag
- Inheritance
-
DkmCompiledInspectionQuery.Tag
Name | Value | Description |
---|---|---|
DkmILQuery | 0 | Object is an instance of 'DkmCompiledILInspectionQuery'. |
CustomQuery | 1 | Object is an instance of 'DkmCompiledCustomInspectionQuery'. |
CompiledClrInspectionQuery | 2 | Object is an instance of 'DkmCompiledClrInspectionQuery'. |
CompiledClrLocalsQuery | 3 | Object is an instance of 'DkmCompiledClrLocalsQuery'. |
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |