Files
tldr/pages.zh/common/gacutil.md

16 lines
314 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# gacutil
> 全局程序集缓存CAG管理工具。
> 更多信息:<https://manned.org/gacutil>。
- 将指定的程序集安装到 GAC 中:
`gacutil -i {{path/to/assembly.dll}}`
- 从 GAC 中卸载指定的程序集:
`gacutil -u {{assembly_display_name}}`
- 打印 GAC 的内容:
`gacutil -l`