Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Indicates the source of an assembly represented by IAssemblyCacheItem in the global assembly cache.
typedef enum {
ASM_CACHE_ZAP = 0x01,
ASM_CACHE_GAC = 0x02,
ASM_CACHE_DOWNLOAD = 0x04,
ASM_CACHE_ROOT = 0x08
} ASM_CACHE_FLAGS;
Members
Member |
Description |
|---|---|
ASM_CACHE_ZAP |
Enumerates the cache of precompiled assemblies by using Ngen.exe. |
ASM_CACHE_GAC |
Enumerates the global assembly cache. |
ASM_CACHE_DOWNLOAD |
Enumerates the assemblies that have been downloaded on demand or that have been shadow-copied. |
ASM_CACHE_ROOT |
ASM_CACHE_ROOT is meaningful only in the context of a call to the GetCachePath function. |
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: Fusion.h
Library: Included as a resource in MsCorEE.dll
.NET Framework Version: 2.0