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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top