摘要: ``` using System.Runtime.InteropServices; var frameworkPath = RuntimeEnvironment.GetRuntimeDirectory(); var cscPath = Path.Combine(frameworkPath, "csc.exe"); Console.WriteLine(frameworkPath); // C:\... 阅读全文
posted @ 2019-05-29 16:17 talentzemin 阅读(423) 评论(0) 推荐(0)