Functions.Eval 方法 (__Usual, __Usual) | |
Evaluate a code block or an objects Eval() method.
命名空间:
XSharp.RT
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 FUNCTION Eval(
uCodeBlock AS USUAL,
args PARAMS USUAL[]
) AS USUAL
public static __Usual Eval(
__Usual uCodeBlock,
params __Usual[] args
)
查看代码参数
- uCodeBlock
- 类型:__Usual
Block to evaluate - args
- 类型:__Usual
List of arguments
返回值
类型:
__UsualResult of the evaluation
参见