How can I get the .NET Framework directory?

By Ales
using System.Runtime.InteropServices;
RuntimeEnvironment.GetRuntimeDirectory();

Leave a Reply