C# 클래스 NAnt.Core.ExpressionEvaluator

상속: NAnt.Core.ExpressionEvalBase
파일 보기 프로젝트 열기: skolima/NAnt 1 사용 예제들

공개 메소드들

메소드 설명
ExpressionEvaluator ( Project project, PropertyDictionary properties, Hashtable state, Stack visiting ) : System

보호된 메소드들

메소드 설명
EvaluateFunction ( MethodInfo methodInfo, object args ) : object
EvaluateProperty ( string propertyName ) : object

비공개 메소드들

메소드 설명
GetPropertyValue ( string propertyName ) : string

메소드 상세

EvaluateFunction() 보호된 메소드

protected EvaluateFunction ( MethodInfo methodInfo, object args ) : object
methodInfo System.Reflection.MethodInfo
args object
리턴 object

EvaluateProperty() 보호된 메소드

protected EvaluateProperty ( string propertyName ) : object
propertyName string
리턴 object

ExpressionEvaluator() 공개 메소드

public ExpressionEvaluator ( Project project, PropertyDictionary properties, Hashtable state, Stack visiting ) : System
project Project
properties PropertyDictionary
state System.Collections.Hashtable
visiting System.Collections.Stack
리턴 System