Reflect

Moduleejs
Definitionfinal class Reflect
InheritanceReflect inherit Object
Specifiedejscript-1.1
StabilityEvolving.

Simple reflection class.

This class is prototype and likely to change.


Properties

QualifiersPropertyTypeDescription
public get nameStringThe name of the object.
public get typeTypeThe type of the object.
public get typeNameStringThe name of the type of the object.

Reflect Methods

QualifiersMethod
Reflect(obj: Object)
 Create a new reflection object.

Method Detail

public Reflect(obj: Object)

Create a new reflection object.

Parameters
obj: Object To reflect upon.