IDebugBinder3

此接口提供对类型、别名和自定义可视化工具服务。

IDebugBinder3 : IDebugBinder

实现者说明

调试引擎实现此接口支持别名、自定义可视化工具服务以及对目标类型信息。

调用方的说明

使用 QueryInterfaceIDebugBinder 接口获取此接口。

方法按 Vtable 顺序

除了 IDebugBinder 接口提供的方法之外,此接口实现了下列功能:

方法

说明

IDebugBinder3:: GetMemoryObject

检索表示此对象绑定到的内存对象的内存。

IDebugBinder3:: GetExceptionObjectAndType

检索异常与此对象关联的 (如果有),

IDebugBinder3:: FindAlias

检索命名的别名其名称,

IDebugBinder3:: GetAllAliases

检索此对象的所有别名,

IDebugBinder3:: GetTypeArgumentCount

获取参数类型的数量与此对象关联,

IDebugBinder3:: GetTypeArguments

检索类型参数列表与此对象关联,

IDebugBinder3:: GetEEService

具有接口可视化工具服务,

IDebugBinder3:: GetMemoryContext64

将对象位置或一个 64 位内存地址为内存上下文。

要求

标题:ee.h

命名空间:Microsoft.VisualStudio.Debugger.Interop

程序集:Microsoft.VisualStudio.Debugger.Interop.dll

请参见

参考

IDebugBinder

概念

表达式计算接口