Chapter 47. Reflection

There are situations in which you need to implement logic for performing some tasks depending on user choices. This kind of a situation is not uncommon. The problem is when you cannot predetermine the code required for executing actions depending on user input. Think of code generators: Such tools know how to generate code but cannot predetermine what code has to be generated until the users specify their requirements. Also think of assemblies external from your application. In some cases you might want to use types ...

Get Visual Basic® 2010 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.