Eval Function (Object, Usual) | |
Evaluate a code block or an objects Eval() method.
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax FUNCTION Eval(
obj AS Object,
args PARAMS USUAL[]
) AS USUAL
public static Usual Eval(
Object obj,
params Usual[] args
)
Request Example
View SourceParameters
- obj
- Type: Object
Object or block to evaluate - args
- Type: Usual
List of arguments
Return Value
Type:
UsualResult of the evaluation
See Also