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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.