diff --git a/pages/common/gacutil.md b/pages/common/gacutil.md new file mode 100644 index 0000000000..8048a14a05 --- /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`