Functions._CallClipFunc 方法 (String, __Array) | |
Call a clipper function by name
命名空间:
XSharp.RT
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 FUNCTION _CallClipFunc(
symFunction AS STRING,
aArgs AS ARRAY
) AS USUAL
public static __Usual _CallClipFunc(
string symFunction,
__Array aArgs
)
查看代码参数
- symFunction
- 类型:String
The name of the function to call. - aArgs
- 类型:__Array
The list of arguments to pass to the function
返回值
类型:
__UsualThe return value of the function
备注 Note that X# allows to call functions that are overloaded.
参见