Runtime Reflection using Compile Time Reflection

Daniel Ribeiro Maciel danielmaciel at gmail.com
Sun Apr 4 11:08:26 PDT 2010


Cool.

I was thinking about something like:

auto foo = new Foo();
auto mo = new MetaObject!Foo( foo );
auto returnValue = mo.invoke( "aMethodName", "a param", "more params",
10, 20 );

Best Regards,
Daniel



More information about the Digitalmars-d mailing list