The help file is a good start. Reflection, basically, is the ability to poke
at IL code and see all of its methods. Potential uses:
1. Dynamically attach to properties and methods of an assembly
2. Code generation - especially w/ Reflection.Emit() which can create
assemblies on the fly.
---
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
***************************
Think Outside the Box!
***************************