mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-07 20:57:20 +00:00
Update cheatsheets
This commit is contained in:
21
gacutil
Normal file
21
gacutil
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user