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
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา