Hi Denver, > It what sense is it created in real time? > The hierarchy needs updated only when the class structure changes.
I meant that can the class hierarchy be regenerated from class definitions directly everytime required, instead of caching it somewhere else? I guess, as working directly with definitions require recursively parsing and querying the super properties, this will be a performance issue. But if anyone has tried this and it's not that slow, generating the hierarchy from class definitions everytime seems better as you don't have a caching routine. Thanks, Teoman
