VeriStand .NET API Reference

Expression Constructor

NameDescription
Expression() Initializes a new instance of Expression.
Expression(Expression) Initializes a new instance of Expression by copying an existing instance.
Expression(String) Initializes a new instance of Expression that executes the specified expressionString.
Expression(String, Boolean, String) Initializes a new instance of Expression that executes the specified expressionString. This constructor also indicates whether the expression uses valid syntax and, if not, returns any formatted parse errors.

See Also