Share via


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.

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

Syntax

'Declaration
<GuidAttribute("D14B8B85-E4A8-42F8-B486-8A14DC74ADEB")> _
<ClassInterfaceAttribute()> _
Public Class DebuggerProcessEventsClass _
    Implements _DebuggerProcessEvents, DebuggerProcessEvents, _dispDebuggerProcessEvents_Event
'Usage
Dim instance As DebuggerProcessEventsClass
[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
public class DebuggerProcessEventsClass implements _DebuggerProcessEvents, DebuggerProcessEvents, _dispDebuggerProcessEvents_Event

Inheritance Hierarchy

System.Object
  EnvDTE80.DebuggerProcessEventsClass

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

DebuggerProcessEventsClass Members

EnvDTE80 Namespace