Introduction
Reflection is one of the most powerful concepts in Visual Basic .NET. It is definitely one of my favorite topics. Programmers at any level might reasonably ask, “What is Reflection?” Reflection is the ability to dynamically discover type information. More than that, Reflection helps programmers apply that information to use types dynamically. Generally, when we say dynamically we mean that we can do something at runtime that we didn't know about at design time.
Reflection technology supports things like late binding (which comes from COM), and it allows your code to interact with code that your code had no prior knowledge about. Reflection literally supports loading an assembly, dynamically discovering information about types and ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access