The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IComSoapPublisher::GacRemove Method (String^)
.NET Framework (current version)
Removes an assembly from the global assembly cache.
Assembly: System.EnterpriseServices (in System.EnterpriseServices.dll)
Parameters
- AssemblyPath
-
Type:
System::String^
The file system path for the assembly.
| Exception | Condition |
|---|---|
| ArgumentNullException | AssemblyPath is null. |
| ArgumentException | AssemblyPath is empty. |
| FileNotFoundException | AssemblyPath is not found. |
| FileLoadException | An assembly or module was loaded twice with two different evidences. |
| BadImageFormatException | AssemblyPath is not a valid assembly. |
.NET Framework
Available since 1.1
Available since 1.1
Show: