Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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