点击或拖拽改变大小

Functions._CallClipFunc 方法 (String, __Usual)

X#
Call a function by name

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

参数

symFunction
类型:String
The name of the function to call.
uArgs
类型:__Usual
The list of arguments to pass to the function

返回值

类型:__Usual
The return value of the function
备注
Note that X# allows to call functions that are overloaded.
参见