0
kicks
Manipulating Properties and Methods with Reflection
Today I’m going to write about a simple yet powerful way to manipulate properties and methods of a given type. We’ll set values to properties and invoke methods through the use of reflection. Maybe you haven’t had the chance to use reflection or maybe you even don’t know what is reflection. Reflection is one of the most powerful features a programming language has as is the case of C# programming language that I’ll be using in this post. Read on...