DkmMCppLocalVariableSymbol.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.
DkmMCppLocalVariableSymbol is an abstract base class. This enum indicates which derived class this object is an instance of.
public: enum class DkmMCppLocalVariableSymbol::Tag
enum DkmMCppLocalVariableSymbol::Tag
public enum DkmMCppLocalVariableSymbol.Tag
type DkmMCppLocalVariableSymbol.Tag =
Public Enum DkmMCppLocalVariableSymbol.Tag
- Inheritance
-
DkmMCppLocalVariableSymbol.Tag
Fields
Name | Value | Description |
---|---|---|
ILLocalVariableSymbol | 0 | Object is an instance of 'DkmMCppILLocalVariableSymbol'. |
StaticLocalVariableSymbol | 1 | Object is an instance of 'DkmMCppStaticLocalVariableSymbol'. |