Edit

Share via


IDebugAlias2

Important

In Visual Studio 2015, this way of implementing expression evaluators is deprecated. For information about implementing CLR expression evaluators, please see CLR Expression Evaluators and Managed Expression Evaluator Sample.

Represents a numeric alias for a variable, and enables an expression evaluator (EE) to obtain the application ___domain for the alias.

Syntax

IDebugAlias2 : IDebugAlias

Notes for Implementers

This interface is implemented by the managed debug engine (DE).

Methods

In addition to the methods on the IDebugAlias interface, this interface implements the following method:

Method Description
GetAppDomainId Retrieves the identifier for the application ___domain.

Remarks

An alias is a decimal number in string form followed by the # character, for example, 1001#.

Requirements

Header: Ee.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll