Tag Archives: Reflection

How find all the types implemented by an interface

Here is code snippet which helps to find all the types from an assembly, which is implemented from a specific interface. And here is the same which is implemented by lambda expressions. Happy Coding

Posted in .Net, .Net 3.0 / 3.5, .Net 4.0, ASP.Net | Tagged , , , , , | Leave a comment

Getting and Setting properties on runtime using Reflectoion

In series of Reflection related posting this is the second post. You can see the post here. Now I am posting about Properties. We can set / read properties of Class using reflection. Setting Properties 1) For setting properties, we … Continue reading

Posted in .Net, .Net 3.0 / 3.5 | Tagged , , , , | Leave a comment