IVsDebugProcessNotify Interface   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides notice that the debugger is about to stop. Used as the VsDebugTargetInfo2 argument in the LaunchDebugTargets2(UInt32, IntPtr) method of the IVsDebugger2 interface.
public interface class IVsDebugProcessNotifypublic interface class IVsDebugProcessNotify__interface IVsDebugProcessNotify[System.Runtime.InteropServices.Guid("23320EFC-7C7A-4C3D-AD85-93A4E620FDD0")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsDebugProcessNotify[System.Runtime.InteropServices.Guid("23320EFC-7C7A-4C3D-AD85-93A4E620FDD0")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsDebugProcessNotify[<System.Runtime.InteropServices.Guid("23320EFC-7C7A-4C3D-AD85-93A4E620FDD0")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsDebugProcessNotify = interface[<System.Runtime.InteropServices.Guid("23320EFC-7C7A-4C3D-AD85-93A4E620FDD0")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsDebugProcessNotify = interfacePublic Interface IVsDebugProcessNotify- Attributes
Methods
| BeforeStopDebuggingProcess(UInt32) | Provides notification and the reason for stopping the debugger before actually stopping the debug process. |