Global Assembly Cache的意思|示意

美 / / 英 / /

全局程序集缓存


Global Assembly Cache的网络常见释义

全局程序集缓存 ...ramework 希望程序集与正在使用它的可执行程序位于相同的位置,或者希望程序集位于称作全局程序集缓存(Global Assembly Cache,GAC)的位置。要确保在运行时始终能找到您的 .

缓存 NET Framework中,这个地方是全局程序集高速缓存(Global Assembly Cache,GAC),把代码放在这个高速缓存中是很简单的,只需把包含代码的程序集放在包含该高速缓存的目录下即可。

全域组件快取 部署和作业 :本章节包括安装资讯,内容在说明部署选项、全域组件快取 (Global Assembly Cache) 的使用,以及由安装程式类别建立的事件来源。主题范围涵盖设定、安全性和疑难排解。

全局程序件缓存 并不需要在Windows组测表或者全局程序件缓存(Global Assembly Cache,GAC)中注册一个经过升级的私有组件。在任何情况下,安装一个经过升级的私有程序件都不会干扰其他程序的运行。

Global Assembly Cache相关例句

Alternatively, you can place this file in the Global Assembly Cache.

另外,您也可以将此文件放在在全局程序集缓存里。

NoteThere are scenarios where you explicitly do not want to install an assembly into the global assembly cache.

您应该在需要的时候才将组件安装到全域组件快取中以便共用它们。

Add your assembly to the Global assembly Cache.

将您的程序集添加到全局程序集缓存中。

You can install signed assemblies into the global assembly cache.

您可以将签名的组件安装到全域组件快取中。

You can share an assembly between applications by putting it in the global assembly cache.

您可以将组件放置在全域组件快取中,以供应用程序共用组件。

Use an installer designed to work with the global assembly cache.

使用专用于全局程序集缓存的安装程序。