代码之家  ›  专栏  ›  技术社区  ›  RRUZ

如何使用c_获得GAC的位置?

  •  3
  • RRUZ  · 技术社区  · 16 年前

    我怎样才能知道 GAC 目录 使用C?

    在Windows注册表中存在条目?

    更新

    我需要这个位置,因为我想枚举和分析位于GAC中的程序集。

    再见。

    5 回复  |  直到 14 年前
        2
  •  1
  •   Alex Moore    16 年前

        3
  •  1
  •   Cheeso    16 年前

    %windir%\assembly

    c:\Windows>dir \windows\assembly
     Volume in drive C has no label.
     Volume Serial Number is C8BC-2EBD
    
     Directory of c:\windows\assembly
    
    08/14/2009  03:06 AM    <DIR>          GAC
    07/28/2009  03:07 AM    <DIR>          GAC_32
    09/08/2009  10:57 PM    <DIR>          GAC_MSIL
    08/15/2009  07:35 PM    <DIR>          NativeImages_v2.0.50727_32
    09/08/2009  10:57 PM    <DIR>          temp
    09/08/2009  09:47 PM    <DIR>          tmp
                   0 File(s)              0 bytes
                   6 Dir(s)   4,560,822,272 bytes free
    
        4
  •  1
  •   Thomas Weller    14 年前

    GACView

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fusion
    

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fusion\GACChangeNotification\Default
    

    GACBrowser

        5
  •  0
  •   overstood    16 年前

    推荐文章