VariableLocationType Enumeration
Indicates the native location type of a variable.
Syntax
typedef enum VariableLocationType
{
VLT_REGISTER,
VLT_REGISTER_RELATIVE,
VLT_INVALID
} VariableLocationType;
Members
Member | Description |
---|---|
VLT_REGISTER |
The variable is in a register. |
VLT_REGISTER_RELATIVE |
The variable is in a register-relative memory location. |
VLT_INVALID |
The variable is not stored in a register or a register-relative memory location. |
Remarks
A member of the VariableLocationType
enumeration is returned by the ICorDebugVariableHome::GetLocationType method.
Requirements
Platforms: See System Requirements.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET Framework Versions: Available since 4.6.2
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.