DebuggerProcessEventsClass Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Refer to DebuggerProcessEvents for this functionality. Do not instantiate from this class.

Inheritance Hierarchy

System.Object
  EnvDTE80.DebuggerProcessEventsClass

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

Syntax

'Declaration
<GuidAttribute("D14B8B85-E4A8-42F8-B486-8A14DC74ADEB")> _
<ClassInterfaceAttribute()> _
Public Class DebuggerProcessEventsClass _
    Implements _DebuggerProcessEvents, DebuggerProcessEvents, _dispDebuggerProcessEvents_Event
[GuidAttribute("D14B8B85-E4A8-42F8-B486-8A14DC74ADEB")]
[ClassInterfaceAttribute()]
public class DebuggerProcessEventsClass : _DebuggerProcessEvents, 
    DebuggerProcessEvents, _dispDebuggerProcessEvents_Event
[GuidAttribute(L"D14B8B85-E4A8-42F8-B486-8A14DC74ADEB")]
[ClassInterfaceAttribute()]
public ref class DebuggerProcessEventsClass : _DebuggerProcessEvents, 
    DebuggerProcessEvents, _dispDebuggerProcessEvents_Event
[<GuidAttribute("D14B8B85-E4A8-42F8-B486-8A14DC74ADEB")>]
[<ClassInterfaceAttribute()>]
type DebuggerProcessEventsClass =  
    class
        interface _DebuggerProcessEvents
        interface DebuggerProcessEvents
        interface _dispDebuggerProcessEvents_Event
    end
public class DebuggerProcessEventsClass implements _DebuggerProcessEvents, DebuggerProcessEvents, _dispDebuggerProcessEvents_Event

The DebuggerProcessEventsClass type exposes the following members.

Constructors

  Name Description
Public method DebuggerProcessEventsClass Infrastructure. Microsoft Internal Use Only.

Top

Methods

  Name Description
Public method add_OnProcessStateChanged Infrastructure. Microsoft Internal Use Only.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method remove_OnProcessStateChanged Infrastructure. Microsoft Internal Use Only.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Events

  Name Description
Public event OnProcessStateChanged Raised when a process switches from run to stop or stop to run.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

EnvDTE80 Namespace