EnvDTE90a Namespace
Visual Studio 2015
Contains more automation types.
| Interface | Description | |
|---|---|---|
![]() | Breakpoint3 | Contains the properties and methods that are used to programmatically control a breakpoint. To use Debugger4, you must add a reference to EnvDTE90a.dll. For native development, you must add a reference to dte90a.tlb. |
![]() | Debugger4 | |
![]() | Process4 | |
![]() | StackFrame2 | The StackFrame2 object is used to examine and control stack frames. A stack frame is essentially the same as a function call. To use Debugger4, you must add a reference to EnvDTE90a.dll. For native development, you must add a reference to dte90a.tlb. |
When you add an assembly reference manually, you must also set the Embed Interop Types property of the assembly to false.
Show:
