BuildMaster SDK Reference
Version:
Evaluate(IVariableEvaluationContext context) Method
Evaluates the expression tree and returns the result.
Syntax
public
string Evaluate(IVariableEvaluationContext context)
Parameters
- context
- Type: IVariableEvaluationContext
The current context.
Returns
Result of the evaluated tree.
Exceptions
System.ArgumentNullException
|
context is null (Nothing in Visual Basic).
|
System.ArgumentException
|
The context has no generic context set.
|