ReflectionInDotNet
Last edit June 9, 2002
How to do "reflection" in the Microsoft ".Net" environment -- including C#, VB.Net (VB7) and other languages.
See...
The "System.Reflection" Namespace (reference information) --
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemReflection.asp
"Reflection Namespaces in Visual Studio" (includes pointers to articles on how to use it) --
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vxoriReflectionNamespaces.asp
"Discovering Type Information at Run Time" (lots of links) --
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpcondiscoveringtypeinformationatruntime.asp
<
DeleteMe
> This page created as
ReflectionInVisualBasic
(version 6) seemed incomplete without mention of VB7 (VB.Net). </
DeleteMe
>
CategoryReflection