点击或拖拽改变大小

Functions.Eval 方法 (Object, __Usual)

X#
Evaluate a code block or an objects Eval() method.

命名空间:  XSharp.RT
程序集:  XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法
 FUNCTION Eval(
	obj AS Object,
	args PARAMS USUAL[]
) AS USUAL
查看代码

参数

obj
类型:Object
Object or block to evaluate
args
类型:__Usual
List of arguments

返回值

类型:__Usual
Result of the evaluation
参见