Reflection
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
description | string | readonly | The long description text. |
help | string | readonly | The short description text. |
methods | Array of ReflectionInfo | readonly | An array of method descriptions. |
name | string | readonly | The class name. |
properties | Array of ReflectionInfo | readonly | An array of property descriptions. |
sampleCode | string | readonly | Sample code, if present. |
sampleFile | File | readonly | A file containing sample code. May be null. |
staticMethods | Array of ReflectionInfo | readonly | An array of class method descriptions. |
staticProperties | Array of ReflectionInfo | readonly | An array of class property descriptions. |
Methods
ReflectionInfo find (name:string)
Find an element description by name.
Parameter | Type | Description |
---|---|---|
name | string | The name of the element to find. |
XML toXML ()
Return this class information as XML in OMV format.
Element of
Object.reflect
ReflectionInfo.parent
Return
Reflection Dictionary.getClass (name:string)