Returns all loaded types. For each loaded type in the target VM a {@link ReferenceType} will be placed in the returned list.The list will include ReferenceTypes which mirror classes, interfaces, and array types.
The returned list will include reference types loaded at least to the point of preparation and types (like array) for which preparation is not defined.
@return a list of {@link ReferenceType} objects, each mirroringa loaded type in the target VM.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.