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