mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 19:05:59 +02:00
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>
This commit is contained in:
parent
5e6357095b
commit
3eb4ea459a
1 changed files with 16 additions and 0 deletions
16
pages/common/gacutil.md
Normal file
16
pages/common/gacutil.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue