ExpressionEvaluator Class

Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Base Types
graph BT Type-->Base0["ExpressionEvalBase"] click Base0 "/api/NAnt.Core/ExpressionEvalBase" Base0-->Base1["Object"] Type["ExpressionEvaluator"] class Type type-node

Syntax

[FunctionSet("property", "NAnt")]
public class ExpressionEvaluator : ExpressionEvalBase

Attributes

Type Description
FunctionSetAttribute Indicates that class should be treated as a set of functions.

Constructors

Name Summary
ExpressionEvaluator(Project, PropertyDictionary, Hashtable, Stack) Initializes a new instance of the NAnt.Core.ExpressionEvaluator class.

Properties

Name Value Summary
Project Project
Inherited from ExpressionEvalBase

Methods