Saturday, December 01, 2012

Reflection- Introduction

Reflection provides the way to access assembly, type and member information.

Even using reflection, we can create objects, read and write property values and invoke methods.

Reflection related classes can be found in System.Reflection Namespace, mscorlib assembly.

No comments:

Post a Comment