Click or drag to resize

DynamicClassObject Class

X#
The worker class to help create classes at runtime.
Inheritance Hierarchy
Object
  ClassObject
    DynamicClassObject

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

The DynamicClassObject type exposes the following members.

Properties
  NameDescription
Public propertyName
Public propertyType
Top
Methods
  NameDescription
Public methodNew (Overrides New.)
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