IDebugProviderProgramNode2
This interface marshals program-related interfaces across process boundaries.
IDebugProviderProgramNode2 : IUnknown
Notes for Implementers
The debug engine (DE) implements this interface on the same object that implements IDebugProgramNode2 to support marshaling interfaces across process boundaries.
Notes for Callers
Call QueryInterface on an IDebugProgramNode2 interface to obtain this interface. If this interface cannot be obtained, the DE does not support marshaling of interfaces.
Methods in Vtable order
This interface implements the following method:
Method |
Description |
---|---|
Gets a specified interface across process boundaries. |
Remarks
This interface is implemented when the DE runs in a separate process space from the program being debugged: for example, when the DE is running in the Visual Studio process space instead of the process space of the program being debugged.
Requirements
Header: msdbg.h
Namespace: Microsoft.VisualStudio.Debugger.Interop
Assembly: Microsoft.VisualStudio.Debugger.Interop.dll