Where can I find location of generated file after doing Ngen?

后端 未结 5 636
感动是毒
感动是毒 2020-12-14 02:43

I did Ngen on a C# executable. It was succesful, but I cannot figure out where the generated file is in my PC. MSDN says it should be in native image cache, still not able t

5条回答
  •  时光取名叫无心
    2020-12-14 03:02

    Try ngen display AssemblyName /verbose | findstr "File:"

    ex: %windir%\Microsoft.NET\Framework\v4.0.30319\ngen.exe display System.Xaml /verbose | findstr "File:"

提交回复
热议问题