Click or drag to resize

StaticClassObject Class

X#
This class returns the ClasssObject for classes created at compile time (Static classes) This object allows to access static members and methods late bound Such as
1Example():Fieldname
Inheritance Hierarchy
Object
  ClassObject
    StaticClassObject

Namespace:  XSharp.XPP
Assembly:  XSharp.XPP (in XSharp.XPP.dll) Version: 2.19
Syntax
 CLASS StaticClassObject INHERIT ClassObject
Request Example View Source

The StaticClassObject type exposes the following members.

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