【问题标题】:Where the native image cache is physically located in the local computer?本机图像缓存在物理上位于本地计算机的哪个位置?
【发布时间】:2014-07-23 08:49:13
【问题描述】:

Ngen.exe install <appName> 创建本机图像,这些文件是包含已编译处理器特定机器代码的文件,并将它们安装到本机图像缓存在本地计算机上。

本机图像缓存物理上在本地计算机上的什么位置?

【问题讨论】:

  • 物理上,在硬盘或SSD或其他存储介质中。
  • @angryperson 哈哈...

标签: .net .net-assembly


【解决方案1】:

本机图像缓存可以在
C:\Windows\assembly\NativeImages_v4.0.30319_64 上找到 - 适用于 64 位图像

C:\Windows\assembly\NativeImages_v4.0.30319_32 - 适用于 32 位 图像(适用于 .NET 4.5)。

此路径无法通过 Windows 资源管理器访问,因此请使用 cmdpowershell

【讨论】:

    猜你喜欢
    • 2019-09-27
    • 2013-07-30
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多