DkmRuntimeInstance.Tag 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.
DkmRuntimeInstance is an abstract base class. This enum indicates which derived class this object is an instance of.
public: enum class DkmRuntimeInstance::Tag
enum DkmRuntimeInstance::Tag
public enum DkmRuntimeInstance.Tag
type DkmRuntimeInstance.Tag =
Public 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'. |