How to get .NET Framework Folder

  • Thread starter Thread starter Hayato Iriumi
  • Start date Start date
H

Hayato Iriumi

Hello, folks. Good afternoon.
I'm trying to figure out a way to get CLR folder (e.g.
C:\Windows\Microsoft.NET\Framework\v1.1.4322) for the application that is
currently running. I took a look at System.Environment.GetSpecialFolder()
method, but couldn't find something I could use.

Any idea?

TIA.
 
I'm trying to figure out a way to get CLR folder (e.g.
C:\Windows\Microsoft.NET\Framework\v1.1.4322) for the application that is
currently running.

System.Runtime.InteropServices.RuntimeEnvironment.GetRuntimeDirectory()



Mattias
 
Back
Top