IVsDebugProcessNotify Interface
Provides notice that the debugger is about to stop. Used as the VsDebugTargetInfo2 argument in the LaunchDebugTargets2 method of the IVsDebugger2 interface.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<GuidAttribute("23320EFC-7C7A-4C3D-AD85-93A4E620FDD0")> _
<InterfaceTypeAttribute()> _
Public Interface IVsDebugProcessNotify
[GuidAttribute("23320EFC-7C7A-4C3D-AD85-93A4E620FDD0")]
[InterfaceTypeAttribute()]
public interface IVsDebugProcessNotify
[GuidAttribute(L"23320EFC-7C7A-4C3D-AD85-93A4E620FDD0")]
[InterfaceTypeAttribute()]
public interface class IVsDebugProcessNotify
[<GuidAttribute("23320EFC-7C7A-4C3D-AD85-93A4E620FDD0")>]
[<InterfaceTypeAttribute()>]
type IVsDebugProcessNotify = interface end
public interface IVsDebugProcessNotify
The IVsDebugProcessNotify type exposes the following members.
Methods
Name | Description | |
---|---|---|
BeforeStopDebuggingProcess | Provides notification and the reason for stopping the debugger before actually stopping the debug process. |
Top