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!
***************************
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.