ICorDebugVariableHome::GetSlotIndex 方法
取得局部變數的Managed位置索引。
語法
HRESULT GetSlotIndex(
[out] ULONG32 *pSlotIndex
);
參數
pSlotIndex
[out]局部變數位置索引的指標。
傳回值
方法會傳回下列值。
值 | Description |
---|---|
S_OK |
方法呼叫會在 中 pSlotIndex 傳回位置索引值。 |
E_FAIL |
目前的 ICorDebugVariableHome 實例代表函式自變數。 |
備註
位置索引可用來擷取這個局部變數的元數據。
需求
平台:請參閱系統需求。
標頭:CorDebug.idl、CorDebug.h
程式庫:CorGuids.lib
.NET Framework 版本: 自 4.6.2 起提供