| | Constant | Description |
|---|
| | getClassByName |
Returns the class reference from a string class name. |
| | getClassMethods |
Returns an array of public methods defined in the class of an object. |
| | getClassName |
Returns the string class name of an object. |
| | getClassPackage |
Returns the package string representation of the specified instance. |
| | getClassPath |
Returns the full path string representation of the specified instance. |
| | getDefinitionByName |
Returns the instance of a public definition in the ApplicationDomain. |
| | hasClassByName |
Returns a boolean telling if the class exists from a string name. |
| | hasDefinitionByName |
Tests if a public definition exists in the ApplicationDomain. |
| | invoke |
Invokes dynamically a class constructor. |