共用方式為


ICorDebugBoxValue

更新:2007 年 11 月

ICorDebugHeapValue 的子類別 (Subclass),前者表示 Boxed 值類別物件。

interface ICorDebugBoxValue : ICorDebugHeapValue {
    HRESULT GetObject (
        [out] ICorDebugObjectValue **ppObject
    );
};

方法

方法

說明

ICorDebugBoxValue::GetObject 方法

取得 Boxed ICorDebugObjectValue 執行個體的介面指標。

需求

**平台:**請參閱 .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

請參閱

其他資源

偵錯介面