ICorDebugVariableHome::GetLocationType Method

Gets the type of the variable's native location.

Syntax

HRESULT GetLocationType(  
    [out] VariableLocationType *pLocationType  
);  

Parameters

pLocationType
[out] A pointer to the type of the variable's native location. See the VariableLocationType enumeration for more information.

Requirements

Platforms: See System Requirements.

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET Framework Versions: Available since 4.6.2

See also