IASSEMBLYCACHE_UNINSTALL_DISPOSITION Enumeration
Namespace:
Devesprit.Scripter.GAC.Manager.Fusion
Assembly: Devesprit Scripter (in Devesprit Scripter.dll)
Assembly: Devesprit Scripter (in Devesprit Scripter.dll)
Members
Member name | Description | |
---|---|---|
Unknown | ||
IASSEMBLYCACHE_UNINSTALL_DISPOSITION_UNINSTALLED | The assembly files have been removed from the GAC. | |
IASSEMBLYCACHE_UNINSTALL_DISPOSITION_STILL_IN_USE | An application is using the assembly. This value is returned on Microsoft Windows 95 and Microsoft Windows 98. | |
IASSEMBLYCACHE_UNINSTALL_DISPOSITION_ALREADY_UNINSTALLED | The assembly does not exist in the GAC. | |
IASSEMBLYCACHE_UNINSTALL_DISPOSITION_DELETE_PENDING | Not used. | |
IASSEMBLYCACHE_UNINSTALL_DISPOSITION_HAS_INSTALL_REFERENCES | The assembly has not been removed from the GAC because another application reference exists. | |
IASSEMBLYCACHE_UNINSTALL_DISPOSITION_REFERENCE_NOT_FOUND | The reference that is specified in pRefData is not found in the GAC. |