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
Post a Comment