Hits Today: 1 Total: 5315 | Updated: 11/17/2002 | |
 | 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 |
Hits Today: 1 Total: 5029 | Updated: 11/6/2005 | |
 | 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 | |  | |
Hits Today: 1 Total: 12237 | Updated: 6/11/2001 | |
 | 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: C# |
Hits Today: 1 Total: 4285 | Updated: 11/17/2002 | |
 | 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 | |  | |
|