mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
17 lines
323 B
Markdown
17 lines
323 B
Markdown
![]() |
# gacutil
|
||
|
|
||
|
> Global Assembly Cache (CAG) management utility.
|
||
|
> More information: <https://manned.org/gacutil>.
|
||
|
|
||
|
- Install the specified assembly into GAC:
|
||
|
|
||
|
`gacutil -i {{path/to/assembly.dll}}`
|
||
|
|
||
|
- Uninstall the specified assembly from GAC:
|
||
|
|
||
|
`gacutil -i {{assembly_display_name}}`
|
||
|
|
||
|
- Print the content of GAC:
|
||
|
|
||
|
`gacutil -l`
|