commands.sh

gacutil

all

Global Assembly Cache (GAC) management utility.

More info →

Examples (3)

Install the specified assembly into GAC

gacutil -i path/to/assembly.dll

Uninstall the specified assembly from GAC

gacutil -u assembly_display_name

Print the content of GAC

made by @shridhargupta | data from tldr-pages