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
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 | |
---|---|---|
DebuggerProcessEventsClass | Infrastructure. Microsoft Internal Use Only. |
Top
Methods
Name | Description | |
---|---|---|
add_OnProcessStateChanged | Infrastructure. Microsoft Internal Use Only. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
remove_OnProcessStateChanged | Infrastructure. Microsoft Internal Use Only. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
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.