Class
Provides information about a class.
find, toXML
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
Instances
ReflectionInfo find (name:
string)
Finds an element description by name.
| Parameter | Type | Description |
|---|---|---|
| name | string | The name of the element to find. |
XML toXML ()
Returns this class information as XML in OMV format.
Element of
Object.reflect
ReflectionInfo.parent
| Jongware, 28-Apr-2012 v3.0.3i | Contents :: Index |