DkmRuntimeInstance.Tag Enum

Definition

DkmRuntimeInstance is an abstract base class. This enum indicates which derived class this object is an instance of.

C++/WinRT
enum DkmRuntimeInstance::Tag
Inheritance
DkmRuntimeInstance.Tag

Fields

Name Value Description
NativeRuntimeInstance 0

Object is an instance of 'DkmNativeRuntimeInstance'.

ClrRuntimeInstance 1

Object is an instance of 'DkmClrRuntimeInstance'.

ScriptRuntimeInstance 2

Object is an instance of 'DkmScriptRuntimeInstance'.

CustomRuntimeInstance 3

Object is an instance of 'DkmCustomRuntimeInstance'.

NativeDwarfRuntimeInstance 4

Object is an instance of 'DkmNativeDwarfRuntimeInstance'.

OpenEnclaveRuntimeInstance 5

Object is an instance of 'DkmOpenEnclaveRuntimeInstance'.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022