ICorDebugValue::GetType 方法
更新:2007 年 11 月
取得此 ICorDebugValue 物件的基本型別 (Primitive Type)。
HRESULT GetType (
[out] CorElementType *pType
);
參數
- pType
[out] CorElementType 列舉型別 (Enumeration) 值的指標,表示值的型別。
備註
如果物件為複雜的執行階段型別,可透過 ICorDebugValue 介面的適當子類別來檢查該型別。例如,從 ICorDebugValue 繼承的 ICorDebugObjectValue 表示複雜型別。
GetType 和 ICorDebugObjectValue::GetClass 方法都會傳回值型別的相關資訊。這兩個方法都會由具有泛型辨識能力的 ICorDebugValue2::GetExactType 方法所取代。
需求
**平台:**請參閱 .NET Framework 系統需求。
**標頭:**CorDebug.idl
**程式庫:**CorGuids.lib
**.NET Framework 版本:**3.5 SP1、3.5、3.0 SP1、3.0、2.0 SP1、2.0、1.1、1.0