Kbase P188557: How to see all the classes loaded in memory?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  31/05/2011 |
|
Status: Unverified
GOAL:
Identify which classes are currently loaded in memory
FACT(s) (Environment):
All Supported Operating Systems
OpenEdge 10.x
FIX:
It is possible to retrieve this information using SESSION system handle 's attributes.
Specifically you can use FIRST-OBJECT attribute, which is the object reference for the first class instance created in the current ABL session, once you get the first object reference you can use the NEXT-SIBLING and PREV-SIBLING properties in Progress.Lang.Object class to get the next entry in the list of object references.