From 3eb4ea459a65f29222674aa0c647f4fe913c1a42 Mon Sep 17 00:00:00 2001 From: Emily Grace Seville Date: Sun, 20 Mar 2022 02:01:38 +1000 Subject: [PATCH] gacutil: add page (#7898) * Add gacutil * Add the abbreviation to description Co-authored-by: Jakob Miksch * Simplify man page url Co-authored-by: Muhammad Falak R Wani Co-authored-by: Jakob Miksch Co-authored-by: Muhammad Falak R Wani --- pages/common/gacutil.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/gacutil.md diff --git a/pages/common/gacutil.md b/pages/common/gacutil.md new file mode 100644 index 000000000..8048a14a0 --- /dev/null +++ b/pages/common/gacutil.md @@ -0,0 +1,16 @@ +# gacutil + +> Global Assembly Cache (CAG) management utility. +> More information: . + +- 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`