共用方式為


ICorDebugValue2::GetExactType 方法

取得 ICorDebugType 物件的介面指標,表示此值的 Type

HRESULT GetExactType (
    [out] ICorDebugType   **ppType
);

參數

  • ppType
    [out] ICorDebugType 物件位址的指標,表示由此 ICorDebugValue2 物件所表示的 Type 值。

備註

泛型感知的 GetExactType 方法會取代 ICorDebugObjectValue::GetClassICorDebugValue::GetType 方法,而這兩個方法都會傳回值型別的相關資訊。

需求

**平台:**請參閱 .NET Framework 系統需求

**標頭:**CorDebug.idl、CorDebug.h

**程式庫:**CorGuids.lib

**.NET Framework 版本:**4、3.5 SP1、3.5、3.0 SP1、3.0、2.0 SP1、2.0

請參閱

參考

ICorDebugValue2 介面