|
ms
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Accessing fully qualified name of Assembly programmatically?As per my understanding in order to load an assembly using Assembly.Load() you have to provide fully qualified name of the assembly you are trying to load e.g. Assembly asmb=Assembly.Load("System.Windows.Forms,Version=1.0.5000.0,Culture=neutral,PublicKeyToken=b77a5c561934e089"); In this case i will have to provide the whole big string in Assembly.Load() as parameter. Is not there any class/method that would give me the fully qualified name of the assembly im trying to load so that i don't have to type the big string. I don't have problems with typing big strings :). Im just wondering what if i don't the fully qualified name in advance. Some restless souls might think what i am trying to acheive here, well i have used the Reflector tool and im in love with it. I am just trying to write a program that would load all basic assemblies provided by ..net and then play with them to improve my .net skills in general and reflection in particular. So is there any work around ? Please provide some feedback. Thanks.
Validate XML with XSD - Tearing my hair out
HtmlEditor update Suggestions Please !!! Inter-thread message queue in C# How do I compile a C# program? Enable TrackBar DoubleClick event C# Clipboard with Reflection question FireFox cache XSLT - how to use it What is the best way of adding various user Controls? [Win #C] |
|||||||||||||||||||||||