Table of Contents

Class ExpressionEvaluationRequest

Namespace
Alternet.Scripter.Debugger
Assembly
Alternet.Scripter.Debugger.Common.v9.dll

Represents data for ExpressionEvaluation request.

public class ExpressionEvaluationRequest
Inheritance
ExpressionEvaluationRequest

Constructors

ExpressionEvaluationRequest(string)

Initializes a new instance of the ExpressionEvaluationRequest class with specified expression.

Properties

ExpandValues

Gets or sets a boolean value indicating whether values of the expression's children should be expanded.

Expression

Represents expression to be evaluated.