ExpressionEvaluator Class 
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.
Information on how to evaluate an expression.
public class ExpressionEvaluatortype ExpressionEvaluator = classPublic Class ExpressionEvaluator- Inheritance
- 
				ExpressionEvaluator
- Derived
Constructors
| ExpressionEvaluator(String, EvaluateExpressionDelegate, ReturnType, ValidateExpressionDelegate) | Initializes a new instance of the ExpressionEvaluator class. | 
Properties
| Negation | Gets or sets the evaluator that is a negation of this one. | 
| ReturnType | Gets or sets the expression return type. | 
| Type | Gets the expression type for evaluator. | 
Methods
| ToString() | Returns a string that represents the current object. | 
| TryEvaluate(Expression, IMemory, Options) | Evaluate an expression. | 
| ValidateExpression(Expression) | Validate an expression. |