Core JavaScriptExtendScript only
Object

Reflection

Provides information about a class.

Properties

NameType AccessDescription
String readonly The long description text.
String readonly The short description text.
ReflectionInfo[] readonly An array of method descriptions.
String readonly The class name.
ReflectionInfo[] readonly An array of property descriptions.
String readonly Sample code, if present.
File readonly A file containing sample code. May be null.
ReflectionInfo[] readonly An array of class method descriptions.
ReflectionInfo[] readonly An array of class property descriptions.

Methods

ReflectionInfo

Finds an element description by name.

name String The name of the element to find.
XML

Returns this class information as XML in OMV format.

Object of 1

Properties elsewhere that hold a Reflection.