Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C# Library for easy dynamic reflection

Tags:

c#

reflection

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

like image 754
pistacchio Avatar asked Jul 22 '09 13:07

pistacchio


1 Answers

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

like image 56
RameshVel Avatar answered Sep 30 '22 14:09

RameshVel