ICorDebugVariableHome::GetLocationType 方法

取得變數原生位置的類型。

語法

HRESULT GetLocationType(  
    [out] VariableLocationType *pLocationType  
);  

參數

pLocationType
[out] 變數原生位置類型的指標。 如需詳細資訊,請參閱 VariableLocationType 列舉。

規格需求

平台:請參閱系統需求

標頭:CorDebug.idl、CorDebug.h

程式庫:CorGuids.lib

.NET Framework版本:自 4.6.2 起可用

另請參閱