IAssemblyCache::CreateAssemblyCacheItem Method
Gets a reference to a new IAssemblyCacheItem object.
Syntax
HRESULT CreateAssemblyCacheItem (
[in] DWORD dwFlags,
[in] PVOID pvReserved,
[out] IAssemblyCacheItem **ppAsmItem,
[in, optional] LPCWSTR pszAssemblyName
);
Parameters
dwFlags
[in] Flags defined in Fusion.idl. The following values are supported:
IASSEMBLYCACHE_INSTALL_FLAG_REFRESH (0x00000001)
IASSEMBLYCACHE_INSTALL_FLAG_FORCE_REFRESH (0x00000002)
pvReserved
[in] Reserved for future extensibility. pvReserved
must be a null reference.
ppAsmItem
[out] The returned IAssemblyCacheItem
pointer.
pszAssemblyName
[in, optional] Uncanonicalized, comma-separated name=value
pairs.
Requirements
Platforms: See System Requirements.
Header: Fusion.h
.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.