点击或拖拽改变大小

ClassObject 类

X#
This class returns the ClasssObject for classes, both the classes created at compile time as well as the classes created at runtime. This object allows to access static members and methods late bound Such as
1Example():Fieldname
继承层次
Object
  ClassObject
    DynamicClassObject
    StaticClassObject

命名空间:  XSharp.XPP
程序集:  XSharp.XPP (在 XSharp.XPP.dll 中) 版本:2.22 GA
语法
 ABSTRACT CLASS ClassObject IMPLEMENTS ILateBound
查看代码

ClassObject 类型公开以下成员。

构造函数
  名称说明
公共方法ClassObject
初始化 ClassObject 类的一个新实例
Top
方法
  名称说明
公共方法New
Create a new instance of the class.
公共方法NoIvarGet
Late bound access to class/static vars
公共方法NoIvarPut
Late bound assign for class/static vars
公共方法NoMethod
Late bound calls for Static/Class methods.
Top
参见