ReflectionInfo

Description

Provides information about a method, a property or a method parameters.

Properties

arguments readonly The description of method or function arguments.
dataType readonly The data type.
defaultValue readonly The default value.
description readonly The long description text.
help readonly The short description text.
isCollection readonly Contains true if the class describes a collection class.
max readonly The maximum value.
min readonly The minimum value.
name readonly The element name.
parent readonly The class object that this element belongs to.
sampleCode readonly Sample code, if present.
sampleFile readonly A file containing sample code. May be null.
type readonly The element type.