共用方式為


ICorDebugComObjectValue::GetCachedInterfacePointers 方法

取得目前運行時間可呼叫包裝函式 (RCW) 上快取的原始介面指標。

語法

HRESULT GetCachedInterfacePointers(
    [in] BOOL bIInspectableOnly,
    [in] ULONG32 celt,
    [out] ULONG32 *pceltFetched,
    [out, size_is(celt), length_is(*pceltFetched) CORDB_ADDRESS *ptrs);

參數

bIInspectableOnly[in]值,指出方法只會傳回 Windows 執行階段 介面(IInspectable介面)或運行時間可呼叫包裝函式 (RCW) 快取的所有 COM 介面。

celt [in]要擷取其位址的物件數目。

pceltFetched[out]中實際傳ptrs回之值數目的CORDB_ADDRESS指標。

ptrs 值陣組 CORDB_ADDRESS 起始位址的指標,其中包含快取介面對象的位址。

備註

需求

平台:請參閱系統需求

標頭:CorDebug.idl、CorDebug.h

程式庫:CorGuids.lib

.NET Framework 版本: 自 4.5 起提供

另請參閱