1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 00:22:08 +02:00
tldr/pages/common/gacutil.md
Emily Grace Seville 3eb4ea459a
gacutil: add page (#7898)
* Add gacutil

* Add the abbreviation to description

Co-authored-by: Jakob Miksch <info@jakobmiksch.eu>

* Simplify man page url

Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>

Co-authored-by: Jakob Miksch <info@jakobmiksch.eu>
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2022-03-19 21:31:38 +05:30

323 B

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