|
|
| .Reflection [+] Favor-It | |
| |
 |
| | Sort By:
|
This month Billy Hollis explores the extensibility of Microsoft .NET and shows you how to dynamically load classes in your Visual Basic applications using the System.Reflection namespace. Author: Billy Hollis Code: ASP.NET v1.0 & VB |
In the previous part, we investigated how we can get the details of an assembly and its containing types dynamically using the .Net Reflection technology. Author: unknown Code: ASP.NET v2.0 |
Reflection is ability to find information about types contained in an assembly at run time.In this article we will examine the basic and most commonly used features of reflection. Author: Bipin Joshi Code: |
|  | |
You may occasionally need to interrogate an object about its members at run time, or even invoke a method on that object without knowing its exact type. Some of you will recognize the latter task as late-bound, or IDispatch method, invocation. Author: Lamont Adams Code: ASP.NET v1.0 & VB |
Icon Key >
 - Recently Updated
 - Showcase Listing
|