点击或拖拽改变大小

Functions.ClassObject 方法

X#
Retrieves the class object of class.

命名空间:  XSharp.XPP
程序集:  XSharp.XPP (在 XSharp.XPP.dll 中) 版本:2.22 GA
语法
 FUNCTION ClassObject(
	cClassName AS STRING
) AS ClassObject
查看代码

参数

cClassName
类型:String
The name of the class whose class object should be returned.

返回值

类型:ClassObject
The function returns the class object of the class with the name <cClassName>. The return value is NULL_OBJECT when the class does not exist.
参见