dbgExpressionEvaluationState Enumeration
Visual Studio 2015
Used whenever an expression is evaluated in the immediate window or the GetExpression2 object in the debugger.
Assembly: EnvDTE80 (in EnvDTE80.dll)
| Member name | Description | |
|---|---|---|
| dbgExpressionEvaluationStateStart | Evaluation state of the expression has been started. | |
| dbgExpressionEvaluationStateStop | Evaluation state of the expression has been stopped. |
GetExpression2 describes a way to evaluate an expression that will always return an expression without exception.
Show: