IProject.EvaluateExpression Method |
Evaluates an expression (that is, replace parameters by their actual value).
Namespace: PostSharp.Extensibility
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
string EvaluateExpression( string expression )
Parameters
- expression
- Type: System.String
An expression.
Return Value
Type: StringThe evaluated expression, or null if one parameter could not be resolved.