.. _Reflection: ================================================ Reflection ================================================ Description ----------- Provides information about a class. Properties ^^^^^^^^^^ +---------------------------------------------------------------+---------------------------------------------+ | :ref:`description` readonly | The long description text. | +---------------------------------------------------------------+---------------------------------------------+ | :ref:`help` readonly | The short description text. | +---------------------------------------------------------------+---------------------------------------------+ | :ref:`methods` readonly | An array of method descriptions. | +---------------------------------------------------------------+---------------------------------------------+ | :ref:`name` readonly | The class name. | +---------------------------------------------------------------+---------------------------------------------+ | :ref:`properties` readonly | An array of property descriptions. | +---------------------------------------------------------------+---------------------------------------------+ | :ref:`sampleCode` readonly | Sample code, if present. | +---------------------------------------------------------------+---------------------------------------------+ | :ref:`sampleFile` readonly | A file containing sample code. May be null. | +---------------------------------------------------------------+---------------------------------------------+ | :ref:`staticMethods` readonly | An array of class method descriptions. | +---------------------------------------------------------------+---------------------------------------------+ | :ref:`staticProperties` readonly | An array of class property descriptions. | +---------------------------------------------------------------+---------------------------------------------+ Methods ^^^^^^^ +-----------------------------------------+------------------------------------------------------+ | :ref:`find` readonly | Finds an element description by name. | +-----------------------------------------+------------------------------------------------------+ | :ref:`toXML` readonly | Returns this class information as XML in OMV format. | +-----------------------------------------+------------------------------------------------------+ .. container:: hide .. toctree:: :hidden: :maxdepth: 1 Reflection/name.rst Reflection/methods.rst Reflection/properties.rst Reflection/staticMethods.rst Reflection/staticProperties.rst Reflection/description.rst Reflection/help.rst Reflection/sampleCode.rst Reflection/sampleFile.rst Reflection/find.rst Reflection/toXML.rst