Click or drag to resize

Abstract.ClassObject Method

X#
Retrieves the class object (System.Type) of a class.

Namespace:  XSharp.XPP
Assembly:  XSharp.XPP (in XSharp.XPP.dll) Version: 2.19
Syntax
 METHOD ClassObject() AS Object
Request Example View Source

Return Value

Type: Object
The method returns the class object of a class.
Remarks
The X# XPP implementation returns a System.Type object as class object.
See Also