DebuggerExpressionEvaluationEventsClass Class

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

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

Inheritance Hierarchy

System.Object
  EnvDTE80.DebuggerExpressionEvaluationEventsClass

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

Syntax

'Declaration
<GuidAttribute("1AA6B3E4-42F7-4396-80FA-76728D1B824C")> _
<ClassInterfaceAttribute()> _
Public Class DebuggerExpressionEvaluationEventsClass _
    Implements _DebuggerExpressionEvaluationEvents, DebuggerExpressionEvaluationEvents, _dispDebuggerExpressionEvaluationEvents_Event
[GuidAttribute("1AA6B3E4-42F7-4396-80FA-76728D1B824C")]
[ClassInterfaceAttribute()]
public class DebuggerExpressionEvaluationEventsClass : _DebuggerExpressionEvaluationEvents, 
    DebuggerExpressionEvaluationEvents, _dispDebuggerExpressionEvaluationEvents_Event
[GuidAttribute(L"1AA6B3E4-42F7-4396-80FA-76728D1B824C")]
[ClassInterfaceAttribute()]
public ref class DebuggerExpressionEvaluationEventsClass : _DebuggerExpressionEvaluationEvents, 
    DebuggerExpressionEvaluationEvents, _dispDebuggerExpressionEvaluationEvents_Event
[<GuidAttribute("1AA6B3E4-42F7-4396-80FA-76728D1B824C")>]
[<ClassInterfaceAttribute()>]
type DebuggerExpressionEvaluationEventsClass =  
    class 
        interface _DebuggerExpressionEvaluationEvents 
        interface DebuggerExpressionEvaluationEvents 
        interface _dispDebuggerExpressionEvaluationEvents_Event 
    end
public class DebuggerExpressionEvaluationEventsClass implements _DebuggerExpressionEvaluationEvents, DebuggerExpressionEvaluationEvents, _dispDebuggerExpressionEvaluationEvents_Event

The DebuggerExpressionEvaluationEventsClass type exposes the following members.

Constructors

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

Top

Methods

  Name Description
Public method add_OnExpressionEvaluation 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_OnExpressionEvaluation 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 OnExpressionEvaluation Raised when an expression is evaluated from the immediate window or from automation.

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