IDebugAlias2
Applies to: Visual Studio Visual Studio for Mac
Note
This article applies to Visual Studio 2017. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here
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