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
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 | |
---|---|---|
DebuggerExpressionEvaluationEventsClass | Infrastructure. Microsoft Internal Use Only. |
Top
Methods
Name | Description | |
---|---|---|
add_OnExpressionEvaluation | 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_OnExpressionEvaluation | Infrastructure. Microsoft Internal Use Only. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
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.