DkmClrEvalAttribute.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.
DkmClrEvalAttribute is an abstract base class. This enum indicates which derived class this object is an instance of.
public: enum class DkmClrEvalAttribute::Tag
enum DkmClrEvalAttribute::Tag
public enum DkmClrEvalAttribute.Tag
type DkmClrEvalAttribute.Tag =
Public Enum DkmClrEvalAttribute.Tag
- Inheritance
-
DkmClrEvalAttribute.Tag
Fields
Name | Value | Description |
---|---|---|
DebuggerBrowsableAttribute | 0 | Object is an instance of 'DkmClrDebuggerBrowsableAttribute'. |
DebuggerDisplayAttribute | 1 | Object is an instance of 'DkmClrDebuggerDisplayAttribute'. |
DebuggerTypeProxyAttribute | 2 | Object is an instance of 'DkmClrDebuggerTypeProxyAttribute'. |
DebuggerVisualizerAttribute | 3 | Object is an instance of 'DkmClrDebuggerVisualizerAttribute'. |