After a series of post regarding caches, we are into reflection now.
Here i'm posting how to invoke a method,Getting events properties,fields from a class using reflection.
For that i created a console application ( named : ReflectionConsoleApplication ) and invoke using System.Reflection; Namespace and created a class and code goes below.