C# Class NAnt.Core.ExpressionEvaluator

Inheritance: NAnt.Core.ExpressionEvalBase
Afficher le fichier Open project: skolima/NAnt Class Usage Examples

Méthodes publiques

Méthode Description
ExpressionEvaluator ( Project project, PropertyDictionary properties, Hashtable state, Stack visiting ) : System

Méthodes protégées

Méthode Description
EvaluateFunction ( MethodInfo methodInfo, object args ) : object
EvaluateProperty ( string propertyName ) : object

Private Methods

Méthode Description
GetPropertyValue ( string propertyName ) : string

Method Details

EvaluateFunction() protected méthode

protected EvaluateFunction ( MethodInfo methodInfo, object args ) : object
methodInfo System.Reflection.MethodInfo
args object
Résultat object

EvaluateProperty() protected méthode

protected EvaluateProperty ( string propertyName ) : object
propertyName string
Résultat object

ExpressionEvaluator() public méthode

public ExpressionEvaluator ( Project project, PropertyDictionary properties, Hashtable state, Stack visiting ) : System
project Project
properties PropertyDictionary
state System.Collections.Hashtable
visiting System.Collections.Stack
Résultat System