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
[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
[<GuidAttribute("CE9DDBA3-B23B-4C53-BB3E-5471659289D1")>]
type DebuggerProcessEvents =  
    interface 
        interface _DebuggerProcessEvents 
        interface _dispDebuggerProcessEvents_Event 
    end
public interface DebuggerProcessEvents extends _DebuggerProcessEvents, _dispDebuggerProcessEvents_Event

The DebuggerProcessEvents type exposes the following members.

Methods

  Name Description
Public method add_OnProcessStateChanged Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDebuggerProcessEvents_Event.)
Public method remove_OnProcessStateChanged Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDebuggerProcessEvents_Event.)

Top

Events

  Name Description
Public event OnProcessStateChanged Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDebuggerProcessEvents_Event.)

Top

See Also

Reference

EnvDTE80 Namespace