DebuggerProcessEvents Interface

Represents the OnProcessStateChanged event. This changes when the debugger switches from run to stop or stop to run. Refer to DebuggerProcessEventsClass for this object's documentation. Do not instantiate this class.

Namespace:  EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

Syntax

'Declaration
<GuidAttribute("CE9DDBA3-B23B-4C53-BB3E-5471659289D1")> _
Public Interface DebuggerProcessEvents _
    Inherits _DebuggerProcessEvents, _dispDebuggerProcessEvents_Event
'Usage
Dim instance As DebuggerProcessEvents
[GuidAttribute("CE9DDBA3-B23B-4C53-BB3E-5471659289D1")]
public interface DebuggerProcessEvents : _DebuggerProcessEvents, 
    _dispDebuggerProcessEvents_Event
[GuidAttribute(L"CE9DDBA3-B23B-4C53-BB3E-5471659289D1")]
public interface class DebuggerProcessEvents : _DebuggerProcessEvents, 
    _dispDebuggerProcessEvents_Event
public interface DebuggerProcessEvents extends _DebuggerProcessEvents, _dispDebuggerProcessEvents_Event

See Also

Reference

DebuggerProcessEvents Members

EnvDTE80 Namespace