Click or drag to resize
weroSoft AG, Software
AssemblyCacheUninstallDisposition Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the disposition values which are used in assembly cache interface.

Namespace:  WeroSoft.PlatformInvoke
Assembly:  WeroSoft.PlatformInvoke.Library (in WeroSoft.PlatformInvoke.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public enum AssemblyCacheUninstallDisposition
Members
  Member nameValueDescription
Unknown0 Value is unknown.
IASSEMBLYCACHE_UNINSTALL_DISPOSITION_UNINSTALLED1 The assembly files have been removed from the GAC.
IASSEMBLYCACHE_UNINSTALL_DISPOSITION_STILL_IN_USE2 An application is using the assembly. This value is returned on Microsoft Windows 95 and Microsoft Windows 98.
IASSEMBLYCACHE_UNINSTALL_DISPOSITION_ALREADY_UNINSTALLED3 The assembly does not exist in the GAC.
IASSEMBLYCACHE_UNINSTALL_DISPOSITION_DELETE_PENDING4 Not used.
IASSEMBLYCACHE_UNINSTALL_DISPOSITION_HAS_INSTALL_REFERENCES5 The assembly has not been removed from the GAC because another application reference exists.
IASSEMBLYCACHE_UNINSTALL_DISPOSITION_REFERENCE_NOT_FOUND6 The reference that is specified in pRefData is not found in the GAC.
See Also