Share via


IAssemblyCache::QueryAssemblyInfo Method

Gets the requested data about the specified assembly.

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.

Requirements

Platforms: Windows 2000, Windows XP, Windows Server 2003 family

Header: Fusion.h

.NET Framework Version: 2.0

See Also

Reference

IAssemblyCache Interface