Share via


dbgExpressionEvaluationState Enumeration

Used whenever an expression is evaluated in the immediate window or the GetExpression2 object in the debugger.

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

Syntax

'Declaration
<GuidAttribute("F8305F32-F656-4353-A49B-6BB20C6FD263")> _
Public Enumeration dbgExpressionEvaluationState
'Usage
Dim instance As dbgExpressionEvaluationState
[GuidAttribute("F8305F32-F656-4353-A49B-6BB20C6FD263")]
public enum dbgExpressionEvaluationState
[GuidAttribute(L"F8305F32-F656-4353-A49B-6BB20C6FD263")]
public enum class dbgExpressionEvaluationState
public enum dbgExpressionEvaluationState

Members

Member name Description
dbgExpressionEvaluationStateStart Evaluation state of the expression has been started.
dbgExpressionEvaluationStateStop Evaluation state of the expression has been stopped.

Remarks

GetExpression2 describes a way to evaluate an expression that will always return an expression without exception.

See Also

Reference

EnvDTE80 Namespace