Time for std.reflection

Kagamin spam at here.lot
Sun Jul 22 08:56:56 PDT 2012


On Sunday, 22 July 2012 at 14:28:45 UTC, Andrei Alexandrescu 
wrote:
> Yah, ideally all entities definable in a D module should be 
> available via reflection. But I focused on things that e.g. the 
> user of a dynamically-loaded library would be interested in: 
> functions, classes.

Plugins are usually done by providing factory methods that create 
needed objects, the methods are usually obtained with dlsym.


More information about the Digitalmars-d mailing list