Reflection in the native Windows Runtime Posted by By sridharpoduri May 20, 2012Posted inC++, Reflection, WinRT If the Windows Runtime has all sorts of metadata information on classes, types, interfaces etc, could a developer implement Reflection for native types? James McNellis has done just that. He…