"If at first you don't succeed; call it version 1.0" :-Unknown

Pages

Showing posts with label Oop. Show all posts
Showing posts with label Oop. Show all posts

Monday, January 28, 2013

Reflection in c#

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.