IDebugAlias

表示变量的数字别名。 别名是一个不同的名称变量。

IDebugAlias : IUnknown

实现者说明

表达式计算器 (EE)实现此接口支持变量的数字别名。

调用方的说明

IDebugObject2:: CreateAlias 创建特定对象的别名。 搜索别名、使用 IDebugBinder3:: FindAliasIDebugBinder3:: GetAllAliases

方法按 Vtable 顺序

以下方法在 IDebugAlias 接口定义。

方法

说明

IDebugAlias:: GetObject

获取此别名引用的对象。

IDebugAlias:: GetName

获取别名。

IDebugAlias:: GetICorDebugValue

检索提供对有关此对象的 ICorDebugValue 接口 (仅限托管代码的托管代码信息)。

IDebugAlias:: 配置

标记此别名如不再使用。

备注

别名是十进制数字以执行的字符串形式的字符 #,例如, 1001#。

要求

标题:ee.h

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

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

请参见

参考

IDebugObject2:: CreateAlias

IDebugBinder3:: FindAlias

IDebugBinder3:: GetAllAliases

概念

表达式计算接口