Нотатка
Доступ до цієї сторінки потребує авторизації. Можна спробувати ввійти або змінити каталоги.
Доступ до цієї сторінки потребує авторизації. Можна спробувати змінити каталоги.
Gets the requested data about the specified assembly.
Syntax
HRESULT QueryAssemblyInfo (
[in] DWORD dwFlags,
[in] LPCWSTR pszAssemblyName,
[in, out] ASSEMBLY_INFO *pAsmInfo
);
Parameters
dwFlags
[in] Flags defined in Fusion.idl. The following values are supported:
QUERYASMINFO_FLAG_VALIDATE (0x00000001)
QUERYASMINFO_FLAG_GETSIZE (0x00000002)
pszAssemblyName
[in] The name of the assembly for which data will be retrieved.
pAsmInfo
[in, out] An ASSEMBLY_INFO structure that contains data about the assembly.
Requirements
Platforms: See System Requirements.
Header: Fusion.h
.NET Framework Versions: Available since 2.0