dbgExpressionEvaluationState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
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.