IAssemblyCache::QueryAssemblyInfo Method
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
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.