ReflectionInfo
Provides information about a method, a property or a method parameters.
Go to Property Listing
Objects:
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The description of method or function arguments. |
||
readonly |
The data type. |
||
Varies |
readonly |
The default value. |
|
readonly |
The long description text. |
||
readonly |
The short description text. |
||
readonly |
Contains true if the class describes a collection class. |
||
readonly |
The maximum value. |
||
readonly |
The minimum value. |
||
readonly |
The element name. |
||
readonly |
The class object that this element belongs to. |
||
readonly |
Sample code, if present. |
||
readonly |
A file containing sample code. May be null. |
||
readonly |
The element type. One of unknown, readonly, readwrite, createonly, method or parameter. |