C# Library for easy dynamic reflection

c#, reflection

Solution

there is a LinFu library available which can do lot other interesting stuffs than reflection... try it

Problem

Is there any library (like open source projects etc) that makes it easier to use complex reflection like creating objects or classes on the fly, inspecting instances etc? Thanks

Original source