Share via


IDebugCodeContext3

Note

This article applies to Visual Studio 2015. 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

Extends the IDebugCodeContext2 interface to enable the retrieval of module and process interfaces.

Syntax

IDebugCodeContext3 : IDebugCodeContext2  

Notes for Implementers

Implemented by debug engines and consumed by the Visual Studio Debug package.

Methods

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

Method Description
GetModule Retrieves a reference to the interface of the debug module.
GetProcess Retrieves a reference to the interface of the debug process.

Remarks

This is an optional interface which generally does not have to be implemented.

Requirements

Header: Msdbg.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll