点击或拖拽改变大小

Abstract.ClassObject 方法

X#
Retrieves the class object (System.Type) of a class.

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

返回值

类型:Object
The method returns the class object of a class.
备注
The X# XPP implementation returns a System.Type object as class object.
参见