dbgExpressionEvaluationState Enum

Definition

Used whenever an expression is evaluated in the immediate window or the GetExpression2(String, Boolean, Boolean, Int32) object in the debugger.

public enum class dbgExpressionEvaluationState
public enum class dbgExpressionEvaluationState
enum dbgExpressionEvaluationState
[System.Runtime.InteropServices.Guid("F8305F32-F656-4353-A49B-6BB20C6FD263")]
public enum dbgExpressionEvaluationState
[<System.Runtime.InteropServices.Guid("F8305F32-F656-4353-A49B-6BB20C6FD263")>]
type dbgExpressionEvaluationState = 
Public Enum dbgExpressionEvaluationState
Inheritance
dbgExpressionEvaluationState
Attributes

Fields

dbgExpressionEvaluationStateStart 1

Evaluation state of the expression has been started.

dbgExpressionEvaluationStateStop 2

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.

Applies to