Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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