Reflection

Provides information about a class.

Methods:

find, toXML

Objects:

File, ReflectionInfo, String

Property Listing

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.

Method Listing

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.