IDebugCodeContext3
Extends the IDebugCodeContext2 interface to enable the retrieval of module and process interfaces.
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 |
---|---|
Retrieves a reference to the interface of the debug module. |
|
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