Functions.ClassObject 方法 | |
Retrieves the class object of class.
命名空间:
XSharp.XPP
程序集:
XSharp.XPP (在 XSharp.XPP.dll 中) 版本:2.22 GA
语法 FUNCTION ClassObject(
cClassName AS STRING
) AS ClassObject
public static ClassObject ClassObject(
string cClassName
)
查看代码参数
- cClassName
- 类型:String
The name of the class whose class object should be returned.
返回值
类型:
ClassObjectThe function returns the class object of the class with the name <cClassName>.
The return value is NULL_OBJECT when the class does not exist.
参见