DebuggerProcessEvents 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.
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.
public interface class DebuggerProcessEvents : EnvDTE80::_DebuggerProcessEvents, EnvDTE80::_dispDebuggerProcessEvents_Event
public interface class DebuggerProcessEvents : EnvDTE80::_DebuggerProcessEvents, EnvDTE80::_dispDebuggerProcessEvents_Event
__interface DebuggerProcessEvents : EnvDTE80::_DebuggerProcessEvents, EnvDTE80::_dispDebuggerProcessEvents_Event
[System.Runtime.InteropServices.CoClass(typeof(EnvDTE80.DebuggerProcessEventsClass))]
[System.Runtime.InteropServices.Guid("CE9DDBA3-B23B-4C53-BB3E-5471659289D1")]
public interface DebuggerProcessEvents : EnvDTE80._DebuggerProcessEvents, EnvDTE80._dispDebuggerProcessEvents_Event
[System.Runtime.InteropServices.CoClass(typeof(EnvDTE80.DebuggerProcessEventsClass))]
[System.Runtime.InteropServices.Guid("CE9DDBA3-B23B-4C53-BB3E-5471659289D1")]
[System.Runtime.InteropServices.ComVisible(false)]
public interface DebuggerProcessEvents : EnvDTE80._DebuggerProcessEvents, EnvDTE80._dispDebuggerProcessEvents_Event
[<System.Runtime.InteropServices.CoClass(typeof(EnvDTE80.DebuggerProcessEventsClass))>]
[<System.Runtime.InteropServices.Guid("CE9DDBA3-B23B-4C53-BB3E-5471659289D1")>]
type DebuggerProcessEvents = interface
interface _DebuggerProcessEvents
interface _dispDebuggerProcessEvents_Event
[<System.Runtime.InteropServices.CoClass(typeof(EnvDTE80.DebuggerProcessEventsClass))>]
[<System.Runtime.InteropServices.Guid("CE9DDBA3-B23B-4C53-BB3E-5471659289D1")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type DebuggerProcessEvents = interface
interface _DebuggerProcessEvents
interface _dispDebuggerProcessEvents_Event
Public Interface DebuggerProcessEvents
Implements _DebuggerProcessEvents, _dispDebuggerProcessEvents_Event
- Derived
- Attributes
- Implements
Methods
Events
OnProcessStateChanged |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. (Inherited from _dispDebuggerProcessEvents_Event) |