vb.net - Raw .net framework libraries? -


i need access raw .net framework libraries ( such system ) , etc. of libraries required .net programs run. there specific place on harddrive can find them all?

.net 2.0 (32-bit) c:\windows\microsoft.net\framework\v2.0.50727 .net 2.0 (64-bit) c:\windows\microsoft.net\framework64\v2.0.50727 .net 4.0 (32-bit) c:\windows\microsoft.net\framework\v4.0.30319 .net 4.0 (64-bit) c:\windows\microsoft.net\framework64\v4.0.30319 

the .net 3.0 assemblies in various places under c:\windows\microsoft.net, around them.

i wonder why want directly access these assemblies. real use can think of using runtime compiler load specific assemblies manually, can specify assembly filename because in gac.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -