Framework directory

  • Thread starter Thread starter Zanna
  • Start date Start date
Z

Zanna

Hi,

does someone know how to retrieve the framework installation path?

I mean I wanto to get the C:\WINNT\Microsoft.NET\Framework\v1.1.4322
diretory for the framework 1.1

Thanks
 
Hi Zanna,

Use RuntimeEnvironment.GetRuntimeDirectory();
which is a part of System.Runtime.InteropService namespace.
 
Back
Top