DkmILInterpreterValue.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.
DkmILInterpreterValue is an abstract base class. This enum indicates which derived class this object is an instance of.
public: enum class DkmILInterpreterValue::Tag
enum DkmILInterpreterValue::Tag
public enum DkmILInterpreterValue.Tag
type DkmILInterpreterValue.Tag =
Public Enum DkmILInterpreterValue.Tag
- Inheritance
-
DkmILInterpreterValue.Tag
Fields
Name | Value | Description |
---|---|---|
PrimitiveValue | 0 | Object is an instance of 'DkmILInterpreterPrimitiveValue'. |
ReferenceValue | 1 | Object is an instance of 'DkmILInterpreterReferenceValue'. |