Abstract.ClassObject Method | |
Retrieves the class object (System.Type) of a class.
Namespace:
XSharp.XPP
Assembly:
XSharp.XPP (in XSharp.XPP.dll) Version: 2.21
Syntax METHOD ClassObject() AS Object
public Object ClassObject()
Request Example
View SourceReturn Value
Type:
ObjectThe method returns the class object of a class.
Remarks The X# XPP implementation returns a System.Type object as class object.
See Also