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: See .NET Framework System Requirements.

Header: Fusion.h

Library: Included as a resource in MsCorEE.dll

.NET Framework Versions: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0

See Also

Reference

IAssemblyCache Interface

Concepts

Global Assembly Cache

Other Resources

Fusion Global Static Functions