Share via


IAssemblyName::GetDisplayName Method

Gets the human-readable name of the assembly referenced by this IAssemblyName object.

HRESULT GetDisplayName (
        [out]      LPOLESTR  szDisplayName,
        [in, out]  LPDWORD   pccDisplayName,
        [in]       DWORD     dwDisplayFlags
);

Parameters

  • szDisplayName
    [out] The string buffer that contains the name of the referenced assembly.
  • pccDisplayName
    [in, out] The size of szDisplayName in wide characters, including a null terminator character.

Requirements

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

Header: Fusion.h

.NET Framework Version: 2.0

See Also

Reference

IAssemblyName Interface

Other Resources

Fusion Enumerations