DkmModuleInstance.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.
DkmModuleInstance is an abstract base class. This enum indicates which derived class this object is an instance of.
public: enum class DkmModuleInstance::Tag
C++/WinRT
enum DkmModuleInstance::Tag
public enum DkmModuleInstance.Tag
type DkmModuleInstance.Tag =
Public Enum DkmModuleInstance.Tag
- Inheritance
-
DkmModuleInstance.Tag
Name | Value | Description |
---|---|---|
NativeModuleInstance | 0 | Object is an instance of 'DkmNativeModuleInstance'. |
ClrModuleInstance | 1 | Object is an instance of 'DkmClrModuleInstance'. |
CustomModuleInstance | 2 | Object is an instance of 'DkmCustomModuleInstance'. |
ClrNcContainerModuleInstance | 3 | Object is an instance of 'DkmClrNcContainerModuleInstance'. |
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |