lastProcessTransientInstance

lastProcessTransientInstance(): InstanceType;

The lastProcessTransientInstance method of the Class class returns a reference to the last transient instance of the class that was created by the current process.

See also "Caveat When Handling Shared Transient Class Instances", earlier in this section.