ICorDebugHandleValue 接口

ICorDebugReferenceValue 的子类,表示调试器为其创建垃圾回收句柄的引用值。

Methods

方法 Description
Dispose 方法 释放此 ICorDebugHandleValue 对象引用的句柄,而无需显式释放接口指针。
GetHandleType 方法 获取一个 CorDebugHandleType 值,该值描述由此 ICorDebugHandleValue引用的句柄类型。

注解

ICorDebugReferenceValue对象在执行调试的代码时中断会失效。 在显式释放之前,A ICorDebugHandleValue 会通过中断和延续来维护其引用。

注释

此接口不支持远程调用,无论是跨计算机还是跨进程。

要求

平台: 请参阅 .NET 支持的作系统

页眉: CorDebug.idl、CorDebug.h

图书馆: CorGuids.lib

.NET 版本: 自 .NET Framework 2.0 起可用