Redaguoti

Bendrinti naudojant


CreateAssemblyCache Function

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

Syntax

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 System Requirements.

Header: Fusion.h

Library: Included as a resource in MsCorEE.dll

.NET Framework Versions: Available since 2.0

See also