Class
Provides information about a method, a property or a method parameters.
ReflectionInfo
Hierarchy
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| arguments | Array of ReflectionInfo | readonly | The description of method or function arguments. |
| dataType | string | readonly | The data type. |
| defaultValue | any | readonly | The default value. |
| description | string | readonly | The long description text. |
| help | string | readonly | The short description text. |
| isCollection | bool | readonly | Contains true if the class describes a collection class. |
| max | number | readonly | The maximum value. |
| min | number | readonly | The minimum value. |
| name | string | readonly | The element name. |
| parent | Reflection | readonly | The class object that this element belongs to. |
| sampleCode | string | readonly | Sample code, if present. |
| sampleFile | File | readonly | A file containing sample code. May be null. |
| type | string | readonly | The element type. One of unknown, readonly, readwrite, createonly, method or parameter. |
Element of
Reflection.methods
Reflection.properties
Reflection.staticMethods
Reflection.staticProperties
ReflectionInfo.arguments
Return
ReflectionInfo Reflection.find (name: string)
| Jongware, 28-Apr-2012 v3.0.3i | Contents :: Index |