Newbie initial comments on D language - RTTI and run-time reflection

Robert Fraser fraserofthenight at gmail.com
Mon Jan 28 23:23:49 PST 2008


Edward Diener wrote:
>> There is flectioned (http://flectioned.kuehne.cn/), likely the library 
>> you mentioned.  The D compiler by default inserts some RTTI 
>> information, but it's not complete by any means.
> 
> Yes, that is the library but I have not looked at it yet myself. Because 
> it mentioned reflection, I assumed that run-time reflection must be 
> available in D in some form.

It loads an image of the executable and enumerates through the symbols 
that were compiled in.



More information about the Digitalmars-d mailing list