Click or drag to resize

ClassObject Class

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
Inheritance Hierarchy
Object
  ClassObject
    DynamicClassObject
    StaticClassObject

Namespace:  XSharp.XPP
Assembly:  XSharp.XPP (in XSharp.XPP.dll) Version: 2.19
Syntax
 ABSTRACT CLASS ClassObject IMPLEMENTS ILateBound
Request Example View Source

The ClassObject type exposes the following members.

Constructors
  NameDescription
Public methodClassObject
Initializes a new instance of the ClassObject class
Top
Methods
  NameDescription
Public methodNew
Create a new instance of the class.
Public methodNoIvarGet
Late bound access to class/static vars
Public methodNoIvarPut
Late bound assign for class/static vars
Public methodNoMethod
Late bound calls for Static/Class methods.
Top
See Also