Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 4.6.2
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.