The Reference class is the root class of the reference data types that can be instantiated. It contains methods to compare or clone objects, and to store and retrieve object property values.
Ancestor |
|
Descendants |
Cache |
Methods |
Description |
Creates a new object that is an exact copy of the original object. | |
Returns an indication of whether two objects are identical. | |
Deprecated. Returns the pointer to an object. | |
Retrieves a value from a run-time property of the object. | |
Stores a value in a run-time property of the object. | |
Returns a generic string representation of an object. |