ICorDebugBoxValue

更新:2007 年 11 月

表示装箱的值类对象的 ICorDebugHeapValue 的子类。

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

方法

方法

说明

ICorDebugBoxValue::GetObject 方法

获取一个指向装箱的 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

请参见

其他资源

调试接口