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.

  • pAsmInfo
    [in, out] An ASSEMBLY_INFO structure that contains data about the assembly.

Requirements

Platforms: See .NET Framework System Requirements.

Header: Fusion.h

.NET Framework Versions: 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0

See Also

Reference

IAssemblyCache Interface