CreateAssemblyCache Function

Gets a pointer to a new IAssemblyCache instance that represents the global assembly cache.

HRESULT CreateAssemblyCache (
        [out] IAssemblyCache  **ppAsmCache,
        [in]  DWORD           dwReserved
  );

Parameters

  • ppAsmCache
    [out] The returned IAssemblyCache pointer.
  • dwReserved
    [in] Reserved for future extensibility. dwReserved must be 0 (zero).

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

See Also

Reference

IAssemblyCache Interface

Concepts

Global Assembly Cache

Other Resources

Fusion Global Static Functions